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/tmp | 2 +- .zsh/zshrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) mode change 120000 => 100644 .zsh/tmp (limited to '.zsh') diff --git a/.zsh/tmp b/.zsh/tmp deleted file mode 120000 index 6ee61fc..0000000 --- a/.zsh/tmp +++ /dev/null @@ -1 +0,0 @@ -../.personal/tmp \ No newline at end of file diff --git a/.zsh/tmp b/.zsh/tmp new file mode 100644 index 0000000..eb662bc --- /dev/null +++ b/.zsh/tmp @@ -0,0 +1 @@ +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" -- cgit v1.2.3