From 3a40187c80c6cd2afdd725029602ad735deb974c Mon Sep 17 00:00:00 2001 From: pancakes Date: Wed, 12 Mar 2025 18:21:13 +1000 Subject: [PATCH] Update Zsh config --- justfile | 4 +++- zsh/dot-zimrc | 1 - zsh/dot-zshenv | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 zsh/dot-zshenv 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