summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-03-08 10:45:14 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-03-08 10:45:14 +0000
commitcd18f2f79147e156140a502c8cbfacbc6023ca16 (patch)
treea571b9babcdf8e0ad4809bc6d0cb5f84e7c39704 /.zsh/zshrc
parent0bdfc581ce38e745de812eb9e79f7ece14777d68 (diff)
Symlink personal file to another repo
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc4
1 files changed, 4 insertions, 0 deletions
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"