Commit Diff


commit - f0afbfefd729f27f2b52bcad8ad875e86948e033
commit + 41845009e0bf65a06ac9a5cb667e62cdfe939dfc
blob - 2a5a6fa02b178b614661952ee5ebe18c89f3df83
blob + 49cbc434e882a17d87fc4e063cf2e54edd1ebd60
--- etc/mykshrc
+++ etc/mykshrc
@@ -75,3 +75,7 @@ alias papropos='apropos -M /usr/local/share/doc/posix/
 alias pwhatis='whatis -M /usr/local/share/doc/posix/man'
 alias gd='got di | bat -l patch'
 alias gl='got log -d | less'
+
+if [ "$TERM" = "xterm" ]; then
+	printf '\e[4?h'
+fi