summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorMarc Pervaz Boocha <mboocha@sudomsg.com>2026-01-28 23:53:28 +0530
committerMarc Pervaz Boocha <mboocha@sudomsg.com>2026-01-28 23:53:28 +0530
commit94e493ddbb38acef0409b893435ee343275103a8 (patch)
treea8a6b28362f86c8254b594484c172434b03e4260 /.profile
parentSwitched to mirrors (diff)
downloaddotfiles-main.tar
dotfiles-main.tar.gz
dotfiles-main.tar.bz2
dotfiles-main.tar.lz
dotfiles-main.tar.xz
dotfiles-main.tar.zst
dotfiles-main.zip
Removed ex stuff.HEADmain
With the loss of vi on arch linux, posix vi is basically dead. So we need to deal with the loss. Also misc updates
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 786cf6a..52a1b1b 100644
--- a/.profile
+++ b/.profile
@@ -32,7 +32,7 @@ do
fi
done
-for i in ex ed
+for i in ex ed "$VISUAL"
do
if command -v "$i" > /dev/null
then