summaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
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;