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 "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"
|
||||||
|
@ -60,4 +60,4 @@ up() {
|
|||||||
d=..
|
d=..
|
||||||
fi
|
fi
|
||||||
cd $d
|
cd $d
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user