plugin(dirs): remove shopt -s cdable_vars

This commit is contained in:
David Farrell
2021-12-02 13:42:29 -08:00
parent 1882f50aa1
commit 1bc56b1d8f

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