aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index e54b75d..e958934 100644
--- a/.bashrc
+++ b/.bashrc
@@ -15,6 +15,9 @@ shopt -s histappend;
# bash history one command per line
shopt -s cmdhist;
+# disable program completion
+shopt -u progcomp;
+
# enable vi mode
set -o vi;