瀏覽代碼

set title for terminal

pull/1/head
10sr 12 年之前
父節點
當前提交
b396b5f8c1
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      bashrc

+ 2
- 0
bashrc 查看文件

@@ -452,6 +452,8 @@ __my_prompt_function(){ # used by PS1
printf "${c2}${USER}@${HOSTNAME}${cdef} ${tty} ${date} ${BASH} ${BASH_VERSION}\n"
printf "shlv:${SHLVL} jobs:${jobnum} last:${lastreturn} "

TERMTITLE="${USER}@${HOSTNAME} ${PWD}"
test -n "$DISPLAY" && echo -n -e "\033]0;${TERMTITLE}\007"
}

# from https://wiki.archlinux.org/index.php/X_resources


Loading…
取消
儲存