我新的 screenrc 如下:
shelltitle '$ | '另外在 .bascrc 中,須加入:
hardstatus alwayslastline "%?%{yk}%-Lw%?%{wb}%n*%f %t%?(%u)%?%?%{yk}%+Lw%? %{-} %= %{= KR} %l %{-}%{= KG} @%H %y-%m-%d %{-}%0c:%s"
bindkey "^[[1;5A" screen
bindkey "^[[1;5B" other
bindkey "^[[1;5C" next
bindkey "^[[1;5D" prev
startup_message off
maxwin 10
case "$TERM" in為了讓我清楚了解那個 Window 在幹什麼事,我另外在 .bashrc 中定義 alias sh_django="./manage shell" 及 alias core2duo="ssh -A 123.345.456.456" ,這樣在 window title 上就會顯示它現在在執行的是那一個指令。整體效果如下:
screen)
PS1='\033k\033\\\\\u@\h: \W\\$ ';
;;
*)
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
;;
esac
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。