summary refs log tree commit diff stats
path: root/portable-prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portable-prompt.sh')
-rw-r--r--portable-prompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/portable-prompt.sh b/portable-prompt.sh
index eaecac2..d890f97 100644
--- a/portable-prompt.sh
+++ b/portable-prompt.sh
@@ -212,7 +212,7 @@ set -o emacs
 alias ls='ls -F'
 alias sc='du -schx -- *|sort -h'
 #alias vi='vim "+sy on" "+colo elflord" "+se nu" "+se ai" "+se si" "+se hls"'
-alias vi='vim "+sy on" "+colo elflord" "+se nu ai si hls"'
+alias vi='vim "+sy on" "+colo elflord" "+se nu ai si hls ru"'
 
 : "${EUID:=$(id -u)}"
 CSI=$(printf '\033[')