diff options
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" |