summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh')
-rw-r--r--[l---------].zsh/tmp2
-rw-r--r--.zsh/zshrc4
2 files changed, 5 insertions, 1 deletions
diff --git a/.zsh/tmp b/.zsh/tmp
index 6ee61fc..eb662bc 120000..100644
--- a/.zsh/tmp
+++ b/.zsh/tmp
@@ -1 +1 @@
-../.personal/tmp \ No newline at end of file
+export COLORSCHEME=dark
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"