From 60742ed61fc242b98f93d46bc3a583bb47d82476 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 11 Apr 2017 23:07:59 +0100 Subject: [PATCH] Oddness --- install.sh | 2 -- zshrc | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 80d90cc..ef8c3d0 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 8b42646..6fe43a4 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