diff options
-rw-r--r-- | bashrc/common/prompt.sh | 1 | ||||
-rw-r--r-- | bashrc/main.sh | 4 |
2 files changed, 3 insertions, 2 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" diff --git a/bashrc/main.sh b/bashrc/main.sh index c939a2e..0982f6e 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -107,7 +107,7 @@ _load common dircolors _load common prompt # screen shelltitle magic -_load common screen +#_load common screen # bash completion _load common bashcomp @@ -119,4 +119,4 @@ _load dist common _load node ${_DISTNAME} # initialize preexec hack last -init_preexec_hack +#init_preexec_hack |