mod (zsh): add zsh configs

This commit is contained in:
nithonaj 2025-07-29 16:55:48 -04:00
parent 4c44f06271
commit 83d9107e8c
2 changed files with 8 additions and 0 deletions

1
.zshenv Normal file
View file

@ -0,0 +1 @@
export PATH="/home/$USER/.local/bin:$PATH"

7
.zshrc Normal file
View file

@ -0,0 +1,7 @@
# Aliases
alias ls="ls --color"
# Pure theme
fpath+=($HOME/.zsh/pure)
autoload -U promptinit; promptinit
prompt pure