ciel
2021年11月21日星期日
ubuntu配置环境变量
export PATH=$PATH:/usr/local/GoLand-2021.2.4/bin
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
login.js
ubuntu系统显示秒
gsettings set org.gnome.desktop.interface clock-show-seconds true
ubuntu自定义终端名称
vim ~/.bashrc 在最后面加入如下函数代码 function title(){ if [ -z "$ORIG"] ;then ORIG=$PS1 fi TITLE="\[\e]2;$*\a\]" PS1=${ORIG}${TI...
install menlo font family to ubunto
https://www.programmerall.com/article/9827973375/
没有评论:
发表评论