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

Add ~/Documents/Endless to CDPATH.

Should have been there when the great Documents and Repositories split
was done.
parent 3e09b5c5
Branches
Tags v0.10.0
No related merge requests found
...@@ -403,7 +403,7 @@ fi ...@@ -403,7 +403,7 @@ fi
if [ -n "${BASH:-}" ] if [ -n "${BASH:-}" ]
then then
export CDPATH=".:$HOME:$HOME/Documents:$HOME/Documents/Shore:$HOME/Repositories/Shore:$HOME/Repositories/Endless" export CDPATH=".:$HOME:$HOME/Documents:$HOME/Documents/Shore:$HOME/Repositories/Shore:$HOME/Repositories/Endless:$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