[zsh] Add hostname when remote
This commit is contained in:
@ -98,3 +98,7 @@ for f in ~/.dotfiles.sure/direnv/*.sh; do source $f; done
|
|||||||
|
|
||||||
eval "$(atuin init zsh)"
|
eval "$(atuin init zsh)"
|
||||||
export AWS_PROFILE=sure-inc
|
export AWS_PROFILE=sure-inc
|
||||||
|
|
||||||
|
local hostname="%{$fg_bold[white]%}%m"
|
||||||
|
|
||||||
|
PROMPT="${hostname} ${PROMPT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user