From ec6f30e4619d6447d060de3246beaa45c4ea7fe0 Mon Sep 17 00:00:00 2001 From: David Todd Date: Thu, 22 Jun 2017 12:22:53 -0500 Subject: [PATCH] Add ending newlines --- install.sh | 2 +- shell/functions | 2 +- shell/zshrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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