summaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.net>2022-05-07 19:02:51 -0500
committertslil clingman <tslil@posteo.net>2022-05-07 19:02:51 -0500
commit000bc77a884f4b7324faa974589e9b8ada12acbd (patch)
tree6fc00481a986cad3887e9065f12a7d838180b1db /.kshrc
parent129f8b107d1db0fa710e2a744ffeb3f1220c25c7 (diff)
Fix titles...
Diffstat (limited to '.kshrc')
-rw-r--r--.kshrc11
1 files changed, 4 insertions, 7 deletions
diff --git a/.kshrc b/.kshrc
index e3c6ae3..e5747b1 100644
--- a/.kshrc
+++ b/.kshrc
@@ -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;