Updates prompt to save space
This commit is contained in:
parent
7cf411fe0f
commit
bf59063853
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:/usr/local/go/bin:/usr/loca
|
|||
export EDITOR=$(which vim)
|
||||
|
||||
|
||||
# update prompt to save space
|
||||
PS1="${PS1}
|
||||
"
|
||||
|
||||
|
||||
echo "Welcome back, $USER"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue