diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc/common/shopt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/common/shopt.sh b/bashrc/common/shopt.sh index 2e27c43..3552f4d 100644 --- a/bashrc/common/shopt.sh +++ b/bashrc/common/shopt.sh @@ -1,7 +1,7 @@ # bash configuration # local programs -export PATH="${HOME}/.bash/bin:${PATH}"# +export PATH="${HOME}/.bash/bin:${PATH}" # basic search path for chdir export CDPATH=".:~" |