Merge pull request #1992 from davidpfarrell/dirs

plugin(dirs): remove shopt -s cdable_vars
This commit is contained in:
Noah Gorny
2021-12-18 21:52:18 +02:00
committed by GitHub

View File

@@ -103,5 +103,3 @@ R () {
} }
alias U='source ~/.dirs' # Update bookmark stack alias U='source ~/.dirs' # Update bookmark stack
# Set the Bash option so that no '$' is required when using the above facility
shopt -s cdable_vars