Add ending newlines

This commit is contained in:
David Todd 2017-06-22 12:22:53 -05:00
parent 431b7b719f
commit ec6f30e461
3 changed files with 3 additions and 3 deletions

View File

@ -39,4 +39,4 @@ chsh -s /usr/bin/zsh
echo "Install done." echo "Install done."
echo "Check tmux, vim, and your shell to verify everything is correct" echo "Check tmux, vim, and your shell to verify everything is correct"
echo "you may need to launch a new instance of your shell" echo "you may need to launch a new instance of your shell"

View File

@ -60,4 +60,4 @@ up() {
d=.. d=..
fi fi
cd $d cd $d
} }

View File

@ -63,4 +63,4 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# Would you like to use another custom folder than $ZSH/custom? # Would you like to use another custom folder than $ZSH/custom?
ZSH_CUSTOM=$HOME/dotfiles/omz ZSH_CUSTOM=$HOME/dotfiles/omz