From cd18f2f79147e156140a502c8cbfacbc6023ca16 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 8 Mar 2016 10:45:14 +0000 Subject: Symlink personal file to another repo --- .zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zsh/zshrc') diff --git a/.zsh/zshrc b/.zsh/zshrc index 03b5172..22860cd 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -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" -- cgit v1.2.3