Changed PS1 and harpoon keymap

This commit is contained in:
2024-11-02 14:19:01 +01:00
parent 799b7e2791
commit e77dbcdb02
2 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@ source "$ZDOTDIR/history.zsh"
source "$ZDOTDIR/alias.zsh"
source "$ZDOTDIR/plugins.zsh"
export PS1="%F{38}[%n@%m %F{45}%B%~%b%f%F{38}]%f$ "
export PS1="%F{45}%B%~%b%f $ "
export TIMEFMT=$'real\t%E\nuser\t%U\nsys\t%S'
export EDITOR="nvim"
export ViSUAL_EDITOR="nvim"