summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbalou <balou@tilde.institute>2022-09-20 13:08:23 +0000
committerbalou <balou@tilde.institute>2022-09-20 13:08:23 +0000
commit1e5575074f84085c3bab339de5c33316511e1961 (patch)
treea0845c2e047fb1ced44abd0e83d9d5cfaff3dd2a
parentcae70d6cbfe46fe1bf8210c27bbe47a96b4b103c (diff)
downloadportable-prompt-1e5575074f84085c3bab339de5c33316511e1961.tar.gz
add ruler to vim
-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[')