Uppdate zshrc.

This commit is contained in:
2025-09-07 00:38:05 -07:00
parent 394ac958c1
commit d95796b131
2 changed files with 8 additions and 1 deletions

View File

@@ -14,7 +14,15 @@ compinit
PROMPT='%F{magenta}%* %F{cyan}%~ %(?.%F{green}.%F{red})%#%f '
alias ls='ls --color=auto'
alias vim='nvim'
# Fun tools
alias transcat='queercat -f transgender'
alias bicat='queercat -f bisexual'
# Install packages locally to prevent interference with packages installed with pacman
PATH=$PATH:~/.npm-global/bin
export GEM_HOME="$(gem env user_gemhome)"
PATH="$PATH:$GEM_HOME/bin"
source <(fzf --zsh)