diff options
Diffstat (limited to '')
-rw-r--r-- | etc/sh/rc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -349,6 +349,12 @@ PS1='`error_marker`'$(timestamp_fn)' '$(path)'`direnv_status``makeflags_status` '$(in_ssh_session)'$ ' export PS1 +bind 'set show-mode-in-prompt on' +bind 'set vi-ins-mode-string \1\e[34;1m\2.\1\e[0m\2' +bind 'set vi-cmd-mode-string \1\e[35;1m\2^\1\e[0m\2' +set -o vi +set -o emacs + g() { |