diff --git a/install.sh b/install.sh index a98158c..479fb4e 100644 --- a/install.sh +++ b/install.sh @@ -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" \ No newline at end of file +echo "you may need to launch a new instance of your shell" diff --git a/shell/functions b/shell/functions index 3107bea..138b9b0 100644 --- a/shell/functions +++ b/shell/functions @@ -60,4 +60,4 @@ up() { d=.. fi cd $d -} \ No newline at end of file +} diff --git a/shell/zshrc b/shell/zshrc index f94055f..1bbe0d5 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -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 \ No newline at end of file +ZSH_CUSTOM=$HOME/dotfiles/omz