1
0
Fork 0

python-specific plugins are back

This commit is contained in:
Von Random 2018-06-25 15:13:09 +03:00
parent db97e9a879
commit e06b565983
5 changed files with 24 additions and 15 deletions

4
bashrc
View file

@ -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