Update Zsh config
This commit is contained in:
parent
1b45cdc56b
commit
3a40187c80
3 changed files with 4 additions and 2 deletions
4
justfile
4
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
|
||||
|
|
|
@ -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
1
zsh/dot-zshenv
Normal file
|
@ -0,0 +1 @@
|
|||
ON_COLOR=magenta
|
Loading…
Add table
Reference in a new issue