python-specific plugins are back
This commit is contained in:
parent
db97e9a879
commit
e06b565983
5 changed files with 24 additions and 15 deletions
4
bashrc
4
bashrc
|
@ -33,10 +33,10 @@ bold='\e[1m'
|
|||
prompt_command()
|
||||
{
|
||||
case ${TERM} in
|
||||
xterm*|rxvt*)
|
||||
rxvt*|st*|xterm*)
|
||||
printf "\033]0;%s@%s\007" "${USER}" "${HOSTNAME%%.*}"
|
||||
;;
|
||||
screen*|tmux)
|
||||
screen*|tmux*)
|
||||
printf "\033k%s@%s\033\\" "${USER}" "${HOSTNAME%%.*}"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue