Merge pull request #1992 from davidpfarrell/dirs

plugin(dirs): remove shopt -s cdable_vars
pull/1997/head
Noah Gorny 2021-12-18 21:52:18 +02:00 committed by GitHub
commit 8edbdf9bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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