dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 17320049b6ab7a5185e347ecc54761673229e8ef
parent 8e2db5c451830ce27d12d3995f0434a6dcaee92d
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:
M.bash_profile | 1-
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