Skip to content
Snippets Groups Projects
Commit f45ac64f authored by nimrod's avatar nimrod
Browse files

Better CDPATH (defaults to the directories in your working directory).

parent 608c9dcb
No related branches found
No related tags found
No related merge requests found
...@@ -283,7 +283,7 @@ fi ...@@ -283,7 +283,7 @@ fi
if [ -n "${BASH:-}" ] if [ -n "${BASH:-}" ]
then then
export CDPATH="$HOME:$HOME/Documents:$HOME/Documents/Shore:$HOME/Documents/Endless" export CDPATH=".:$HOME:$HOME/Documents:$HOME/Documents/Shore:$HOME/Documents/Endless"
# shellcheck disable=SC2016 # shellcheck disable=SC2016
export PROMPT_COMMAND='__prompt' export PROMPT_COMMAND='__prompt'
shopt -s checkwinsize shopt -s checkwinsize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment