Merge pull request 'i don't use "master" as a default branch name wtf' (#1) from master into trunk

Reviewed-on: #1
This commit is contained in:
Nicole O'Connor 2022-12-06 21:40:09 +00:00
commit 9eaf795ac0
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 () {