| @@ -261,7 +261,12 @@ fi | |||||
| alias setup.py="sudo python3 setup.py install --record files.txt" | alias setup.py="sudo python3 setup.py install --record files.txt" | ||||
| clock(){ | |||||
| ssh(){ | |||||
| __my_set_screen_title ssh | |||||
| command ssh "$@" | |||||
| } | |||||
| clk(){ | |||||
| local tformat="%Y/%m/%d %H:%M:%S %z" | local tformat="%Y/%m/%d %H:%M:%S %z" | ||||
| cal | cal | ||||
| while true | while true | ||||
| @@ -760,7 +765,7 @@ ${__my_c4}:: ${__my_cdef}[${__my_c2}\u@\H${__my_cdef}:${__my_c1}\w/${__my_cdef}] | |||||
| ${__my_c4}:: ${__my_cdef}l${SHLVL}n\#j\js\$? $(__my_ps1_scale) \D{%T} $(__my_ps1_script)\$ " | ${__my_c4}:: ${__my_cdef}l${SHLVL}n\#j\js\$? $(__my_ps1_scale) \D{%T} $(__my_ps1_script)\$ " | ||||
| PS1=$_PS1 | PS1=$_PS1 | ||||
| __my_set_tmux_title(){ | |||||
| __my_set_screen_title(){ | |||||
| if test -n "$TMUX" | if test -n "$TMUX" | ||||
| then | then | ||||
| echo -ne "\033k$1\033\\" | echo -ne "\033k$1\033\\" | ||||
| @@ -779,7 +784,7 @@ __my_set_title(){ | |||||
| esac | esac | ||||
| } | } | ||||
| PROMPT_COMMAND="__my_set_title \${USER}@\${HOSTNAME}\:\${PWD}; | PROMPT_COMMAND="__my_set_title \${USER}@\${HOSTNAME}\:\${PWD}; | ||||
| __my_set_tmux_title \"\$(basename \$PWD)/\"" | |||||
| __my_set_screen_title \"\$(basename \$PWD)/\"" | |||||
| # copied from https://wiki.archlinux.org/index.php/X_resources | # copied from https://wiki.archlinux.org/index.php/X_resources | ||||
| invader(){ | invader(){ | ||||