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:
commit
9eaf795ac0
2
modules/env.zsh
Normal file
2
modules/env.zsh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
export PATH="${HOME}/.local/bin:${PATH}"
|
||||||
|
export EDITOR="vim"
|
@ -12,6 +12,7 @@ if [[ $cols -lt 80 ]]; then
|
|||||||
PROMPT="👤%{$fg_bold[white]%}@${hostemoji} %~ %# %{$reset_color%}"
|
PROMPT="👤%{$fg_bold[white]%}@${hostemoji} %~ %# %{$reset_color%}"
|
||||||
else
|
else
|
||||||
PROMPT="%{$fg_bold[cyan]%}%n%{$fg_bold[white]%}@%{$fg_bold[magenta]%}%m %{$fg_bold[white]%}%~ %# %{$reset_color%}"
|
PROMPT="%{$fg_bold[cyan]%}%n%{$fg_bold[white]%}@%{$fg_bold[magenta]%}%m %{$fg_bold[white]%}%~ %# %{$reset_color%}"
|
||||||
|
RPROMPT="%(?..%{$fg[red]%}%? )$RPROMPT"
|
||||||
fi
|
fi
|
||||||
TMOUT=60
|
TMOUT=60
|
||||||
TRAPALRM () {
|
TRAPALRM () {
|
||||||
|
Loading…
Reference in New Issue
Block a user