diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-08 10:45:14 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-08 10:45:14 +0000 |
commit | cd18f2f79147e156140a502c8cbfacbc6023ca16 (patch) | |
tree | a571b9babcdf8e0ad4809bc6d0cb5f84e7c39704 /.zsh/zshrc | |
parent | 0bdfc581ce38e745de812eb9e79f7ece14777d68 (diff) |
Symlink personal file to another repo
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +# Write tmp file if it doesn't exist +[[ ! -f ~/.zsh/tmp ]] && echo "export COLORSCHEME=dark" > ~/.zsh/tmp + +# Source configuration files source "$HOME/.zsh/plugins" source "$HOME/.zsh/functions" source "$HOME/.zsh/aliases" |