diff options
| author | tslil clingman <tslil@posteo.net> | 2022-05-07 19:02:51 -0500 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.net> | 2022-05-07 19:02:51 -0500 |
| commit | 000bc77a884f4b7324faa974589e9b8ada12acbd (patch) | |
| tree | 6fc00481a986cad3887e9065f12a7d838180b1db /.kshrc | |
| parent | 129f8b107d1db0fa710e2a744ffeb3f1220c25c7 (diff) | |
Fix titles...
Diffstat (limited to '.kshrc')
| -rw-r--r-- | .kshrc | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -6,10 +6,10 @@ generate_prompt() { echo -n "[$p]($d)$r$v\$ "; # Display PWD case ${TERM} in - foot*|tmux*) - printf '\033]0;%s:%s\007' "${USER}" "$p";; - screen*) - printf '\ek%s:%s\e\\\\' "${USER}" "$p";; + foot*) + printf '\033]0;%s\007' "$p";; + screen*|tmux*) + printf '\ek%s\e\\\\' "$p";; esac return $e } @@ -53,6 +53,3 @@ set -o emacs . $HOME/.ssh-agent export GPG_TTY=$(tty) -#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" == "1" ] ; then -# startx -- -keeptty -#fi; |
