소스 검색

change tmux title when ssh

pull/1/head
10sr 12 년 전
부모
커밋
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(){


불러오는 중...
취소
저장