summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-11-10 15:30:05 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-11-10 15:30:05 +0100
commit7a5d36d1cd62ec58194e26d99e53ac9314ec5062 (patch)
treeda25a5700c5af56e3e4831d445ba6efb844f58f3 /bashrc
parentfb948d13cbfa054057c269e4e2f294210b6e3ab7 (diff)
downloadbin-7a5d36d1cd62ec58194e26d99e53ac9314ec5062.zip
bin-7a5d36d1cd62ec58194e26d99e53ac9314ec5062.tar.gz
bashrc : set autocd
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index a324081..103d9ed 100644
--- a/bashrc
+++ b/bashrc
@@ -28,6 +28,8 @@ eval $(dircolors ~/.dir_colors)
# VIMMODE
set -o vi
+shopt -s autocd
+
# COLORLS
OSNAME=`uname`
case $OSNAME in