diff --git a/install.sh b/install.sh index 56caada..75bd2d0 100755 --- a/install.sh +++ b/install.sh @@ -27,8 +27,6 @@ for file in $files; do ln -s $dir/$file ~/.$file done -ln -s $dir/bin ~/bin - #ln $dir/fonts ~/.fonts #fc-cache -f -v diff --git a/zshrc b/zshrc index f4b25eb..f6dc03d 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=$HOME/dotfiles/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH=~/.oh-my-zsh