summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index c68d549..318535f 100644
--- a/.bashrc
+++ b/.bashrc
@@ -21,9 +21,6 @@ man() {
21 command man "$@" 21 command man "$@"
22} 22}
23 23
24# vim mode
25set -o vi
26
27# disable history 24# disable history
28unset HISTFILE 25unset HISTFILE
29 26