diff --git a/justfile b/justfile index afa9eba..d807cf6 100644 --- a/justfile +++ b/justfile @@ -102,5 +102,7 @@ zsh: sudo pacman -S zsh chsh -s /usr/bin/zsh curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh - rm ~/.zimrc ~/.zsh + mv ~/.zimrc ~/.zimrc.old + mv ~/.zshenv ~/.zshenv.old + mv ~/.zshrc ~/.zshrc.old stow --dotfiles -S zsh diff --git a/zsh/dot-zimrc b/zsh/dot-zimrc index b99e864..3a28637 100644 --- a/zsh/dot-zimrc +++ b/zsh/dot-zimrc @@ -30,7 +30,6 @@ zmodule git-info # Exposes currently working directory to prompts zmodule prompt-pwd -export ON_COLOR=magenta zmodule s1ck94 # diff --git a/zsh/dot-zshenv b/zsh/dot-zshenv new file mode 100644 index 0000000..2c60bef --- /dev/null +++ b/zsh/dot-zshenv @@ -0,0 +1 @@ +ON_COLOR=magenta