diff options
author | William Carroll <wpcarro@gmail.com> | 2017-06-02T21·22-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-06-02T21·22-0400 |
commit | bf59063853d1d43e412baddeca34b783bb2c2a00 (patch) | |
tree | 8e0b30c2d02137ad8ef5797d030ab59b95250664 /configs | |
parent | 7cf411fe0ff11451f10a14b66794faa6c760d183 (diff) |
Updates prompt to save space
Diffstat (limited to 'configs')
-rw-r--r-- | configs/.zsh_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/.zsh_profile b/configs/.zsh_profile index befb2529b4a7..6e333599882d 100644 --- a/configs/.zsh_profile +++ b/configs/.zsh_profile @@ -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" |