Add ending newlines
This commit is contained in:
parent
431b7b719f
commit
ec6f30e461
@ -39,4 +39,4 @@ chsh -s /usr/bin/zsh
|
||||
|
||||
echo "Install done."
|
||||
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"
|
||||
|
@ -60,4 +60,4 @@ up() {
|
||||
d=..
|
||||
fi
|
||||
cd $d
|
||||
}
|
||||
}
|
||||
|
@ -63,4 +63,4 @@ plugins=(git)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
ZSH_CUSTOM=$HOME/dotfiles/omz
|
||||
ZSH_CUSTOM=$HOME/dotfiles/omz
|
||||
|
Loading…
Reference in New Issue
Block a user