summaryrefslogtreecommitdiff
path: root/.mkshrc
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.net>2022-05-07 17:30:02 -0500
committertslil clingman <tslil@posteo.net>2022-05-07 17:30:02 -0500
commit5a0876658f1df0ab91ec173572b74e28b21baad6 (patch)
treeda8e35a020415e6ce4b09670c668c2ddefb9bc82 /.mkshrc
parentf79dd5703a5ad0fa6aee8a77ed5e0bb18d1486e6 (diff)
(pd)mksh does not have this strange behaviour
Diffstat (limited to '.mkshrc')
-rw-r--r--.mkshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mkshrc b/.mkshrc
index efdf8bd..c9e95a1 100644
--- a/.mkshrc
+++ b/.mkshrc
@@ -12,7 +12,7 @@ generate_prompt() {
#tmux*)
# printf "\033]2;%s:%s\033\\" "${USER}" "$p";;
screen*)
- printf "\ek%s:%s\e\\\\" "${USER}" "$p";;
+ printf '\ek%s:%s\e\\' "${USER}" "$p";;
esac
return $e
}