Turn on autocd in bash_profile
authorSteve Youngs <steve@steveyoungs.com>
Mon, 17 May 2021 07:35:10 +0000 (17:35 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Mon, 17 May 2021 07:35:10 +0000 (17:35 +1000)
Signed-off-by: Steve Youngs <steve@steveyoungs.com>
etc/pkgusr/bash_profile

index 3a64b47..4548e0f 100644 (file)
@@ -24,6 +24,9 @@ LESSOPEN='|lesspipe.sh %s'
 ## Timezone -- set to your local zone
 TZ='Australia/Brisbane'
 
+## Shell Opts
+shopt -s autocd
+
 ## QT
 QTDIR=/opt/qt