summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
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"