diff options
Diffstat (limited to 'configs/.zsh_profile')
-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 72200b436491..ab7f2b423004 100644 --- a/configs/.zsh_profile +++ b/configs/.zsh_profile @@ -3,6 +3,11 @@ export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:/usr/local/go/bin:/usr/loca # make vim the default editor for commit messages etc export EDITOR=$(which vim) + +# Adds a newline after the prompt to increase linespace for commands. +PS1="${PS1} + " + echo "Welcome back, $USER" # display the space available on each mounted Volume |