From 0b010476127d7bfccf9613cd97aaf7e4d01c1554 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 11 Feb 2013 16:06:48 -0800 Subject: [PATCH] Disable vi mode in bash - too many problems --- bash/bashrc.common | 2 -- 1 file changed, 2 deletions(-) diff --git a/bash/bashrc.common b/bash/bashrc.common index 78e414a..97ebd0e 100644 --- a/bash/bashrc.common +++ b/bash/bashrc.common @@ -30,5 +30,3 @@ if [ -f $HOME/.aliases ]; then source $HOME/.aliases fi -# Use vi mode -set -o vi