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 | |
parent | 0bdfc581ce38e745de812eb9e79f7ece14777d68 (diff) |
Symlink personal file to another repo
Diffstat (limited to '.zsh')
-rw-r--r--[l---------] | .zsh/tmp | 2 | ||||
-rw-r--r-- | .zsh/zshrc | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1 +1 @@ -../.personal/tmp
\ No newline at end of file +export COLORSCHEME=dark @@ -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" |