diff options
author | William Carroll <wpcarro@gmail.com> | 2016-12-20T01·53-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-12-20T01·53-0500 |
commit | 9c8ffdb504113d8c8ed2f04f2b1552eb077414b4 (patch) | |
tree | 1ee0b26c25ae80a1f2e14a9373a6d883829a8eae /configs/.zsh_profile | |
parent | 17f7e0c453b18f794f7a9a1c76fd6d55dae64deb (diff) |
Updates git functions, vimrc, etc.
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 |