diff options
Diffstat (limited to 'bashrc/common')
-rw-r--r-- | bashrc/common/prompt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc/common/prompt.sh b/bashrc/common/prompt.sh index 8c463dd..5dc01ca 100644 --- a/bashrc/common/prompt.sh +++ b/bashrc/common/prompt.sh @@ -97,6 +97,7 @@ __make_prompt() { fi export PS1="${PS1UH} ${PS1BO}${PS1R}${PS1F}${PS1BC} ${PS1D} ${s}\n${PS1P}" + echo -ne "\ek$(id -un)@$(hostname)\e\\" } export PROMPT_COMMAND="__make_prompt" |