ソースを参照

change tmux title when ssh

pull/1/head
10sr 11年前
コミット
c96c7d734e
1個のファイルの変更8行の追加3行の削除
  1. +8
    -3
      bashrc

+ 8
- 3
bashrc ファイルの表示

@@ -261,7 +261,12 @@ fi

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"
cal
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)\$ "
PS1=$_PS1

__my_set_tmux_title(){
__my_set_screen_title(){
if test -n "$TMUX"
then
echo -ne "\033k$1\033\\"
@@ -779,7 +784,7 @@ __my_set_title(){
esac
}
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
invader(){


読み込み中…
キャンセル
保存