Skip to content

Instantly share code, notes, and snippets.

@foreverlms
Created March 16, 2019 08:42
Show Gist options
  • Save foreverlms/9c85e15cfb99605b0a1d34f5b880a211 to your computer and use it in GitHub Desktop.
Save foreverlms/9c85e15cfb99605b0a1d34f5b880a211 to your computer and use it in GitHub Desktop.
ubuntu终端配色PS1变量设置
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32;01m\]\u@\h:\[\033[00;00;01m\]\w\$ \[\033[0;36;01m\]'
@foreverlms
Copy link
Author

用法:.basrc文件中的PS1那短的一行用color.bash这一行替换掉。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment