commit 3f4a2f3548a2a30e5199361f8c9d4b48732f0bf3
parent e177ed469fc640bb5d62486cadf2686962dd7006
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Fri, 14 Jan 2022 04:57:46 +0530
Remove 'set -o vi' from .bash_profile
Redundant set, already done in bashrc
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.bash_profile b/.bash_profile
@@ -1,7 +1,6 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
-set -o vi
[ -f ~/.profile ] && . ~/.profile
[ -f "${XDG_CONFIG_HOME}/bash/bashrc" ] && . "${XDG_CONFIG_HOME}"/bash/bashrc