diff --git a/zsh/zshenv b/zsh/zshenv index 8829b2d..b556ef3 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -22,3 +22,4 @@ export HISTFILE="$ZDOTDIR/.zhistory" # History filepath export HISTSIZE=10000 # Maximum events for internal history export SAVEHIST=10000 # Maximum events in history file +test -f $ZDOTDIR/zshenv.local && . $ZDOTDIR/zshenv.local diff --git a/zsh/zshrc b/zsh/zshrc index 264f235..f40faed 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -64,7 +64,7 @@ export KEYTIMEOUT=1 # | PROMPT | # +--------+ -export PROMPT='%F{blue}(%n)%f %~ %# ' +export PROMPT='%F{blue}(%n@%m)%f %~ %(!.#.$) ' # +-----------------+ # | auto-suggestion |