Merge branch 'master' of github.com:fergalmoran/dotfiles

This commit is contained in:
Fergal Moran
2017-04-12 00:20:11 +01:00
2 changed files with 1 additions and 3 deletions

View File

@@ -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

2
zshrc
View File

@@ -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