summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-05-21 14:53:01 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-05-21 14:53:01 +0200
commitbb5f1a337052eb38b8cce98d3876ed1c6a9db075 (patch)
tree697ecd3d29bf92a537561251e99b9d1b520e58e3
parentae4a29c0df6b64bd49a29d5f99517e67d8c14bde (diff)
downloaddotfiles-bb5f1a337052eb38b8cce98d3876ed1c6a9db075.tar.gz
dotfiles-bb5f1a337052eb38b8cce98d3876ed1c6a9db075.tar.xz
dotfiles-bb5f1a337052eb38b8cce98d3876ed1c6a9db075.zip
Bash config: abandon vi mode, not as helpful as expected
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.bashrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 2a3f101..80769f5 100644
--- a/.bashrc
+++ b/.bashrc
@@ -40,8 +40,7 @@ done
# User specific aliases and functions
-set -o vi
-
+# set -o vi # not as usable :-/
shopt -s histappend
HISTSIZE=60000
HISTCONTROL=ignoreboth