Prompt change
This commit is contained in:
parent
40f0835b19
commit
100daa07b6
1 changed files with 1 additions and 2 deletions
3
bashrc
3
bashrc
|
@ -1,5 +1,4 @@
|
|||
test -s ~/.alias && . ~/.alias || true
|
||||
PS1='\[\033[0;33m\]\w\[\] \[\033[0;32m\]me@\h\[\033[0m\] $> \[\033[0m\]'
|
||||
PS1='\[\033[0;32m\]me@\h\[\033[0m\] [\[\033[0;33m\]\w\[\]\[\033[0;32m\]] $> \[\033[0m\]'
|
||||
export PATH=$PATH:~/bin:~/local/bin
|
||||
|
||||
function tmux_title {
|
||||
|
|
Loading…
Reference in a new issue