plugin(dirs): remove shopt -s cdable_vars

pull/1992/head
David Farrell 2021-12-02 13:42:29 -08:00
parent 1882f50aa1
commit 1bc56b1d8f
No known key found for this signature in database
GPG Key ID: 1CCA28D0E300B56F
1 changed files with 0 additions and 2 deletions

View File

@ -103,5 +103,3 @@ R () {
}
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