Update Zsh config

This commit is contained in:
pancakes 2025-03-12 18:21:13 +10:00
parent 1b45cdc56b
commit 3a40187c80
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw
3 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -30,7 +30,6 @@ zmodule git-info
# Exposes currently working directory to prompts
zmodule prompt-pwd
export ON_COLOR=magenta
zmodule s1ck94
#

1
zsh/dot-zshenv Normal file
View file

@ -0,0 +1 @@
ON_COLOR=magenta