mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 17:57:39 +00:00
Merge branch 'master' of github.com:fergalmoran/dotfiles
This commit is contained in:
@@ -27,8 +27,6 @@ for file in $files; do
|
|||||||
ln -s $dir/$file ~/.$file
|
ln -s $dir/$file ~/.$file
|
||||||
done
|
done
|
||||||
|
|
||||||
ln -s $dir/bin ~/bin
|
|
||||||
|
|
||||||
#ln $dir/fonts ~/.fonts
|
#ln $dir/fonts ~/.fonts
|
||||||
#fc-cache -f -v
|
#fc-cache -f -v
|
||||||
|
|
||||||
|
|||||||
2
zshrc
2
zshrc
@@ -1,5 +1,5 @@
|
|||||||
# If you come from bash you might have to change your $PATH.
|
# 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.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=~/.oh-my-zsh
|
export ZSH=~/.oh-my-zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user