aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-02 09:32:29 +0100
committerEgor Tensin <egor@tensin.name>2024-01-02 09:32:29 +0100
commitf2f33b101bf667bbb51eb8086622e1b1542f5946 (patch)
treea7761de38c4dcea1298c393b0c6620e1d4a2dfda /%HOME%
parentswitch to egor@tensin.name (diff)
downloadlinux-home-f2f33b101bf667bbb51eb8086622e1b1542f5946.tar.gz
linux-home-f2f33b101bf667bbb51eb8086622e1b1542f5946.zip
bash: enable autocd
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index bb7ae05..2f54927 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -48,6 +48,7 @@ export HISTSIZE=20000
set -o pipefail
+shopt -s autocd
shopt -s checkwinsize
shopt -s dotglob
shopt -s histappend