env changes

This commit is contained in:
Nicole O'Connor 2022-12-06 13:34:16 -08:00
parent 765d3a6ee6
commit 8aa9b68189
2 changed files with 3 additions and 0 deletions

2
modules/env.zsh Normal file
View File

@ -0,0 +1,2 @@
export PATH="${HOME}/.local/bin:${PATH}"
export EDITOR="vim"

View File

@ -12,6 +12,7 @@ if [[ $cols -lt 80 ]]; then
PROMPT="👤%{$fg_bold[white]%}@${hostemoji} %~ %# %{$reset_color%}"
else
PROMPT="%{$fg_bold[cyan]%}%n%{$fg_bold[white]%}@%{$fg_bold[magenta]%}%m %{$fg_bold[white]%}%~ %# %{$reset_color%}"
RPROMPT="%(?..%{$fg[red]%}%? )$RPROMPT"
fi
TMOUT=60
TRAPALRM () {