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

Split repositories out of Documents.

I don't want to fiddle with the Nextcloud client which directories to
ignore in my Documents folder. So create a new directories,
"Repositories" for repositories that are in some form of a version
control system and are backed up else (so Nextcloud shouldn't sync
them).
parent b6fb5b80
No related branches found
No related tags found
No related merge requests found
...@@ -402,7 +402,7 @@ fi ...@@ -402,7 +402,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/Repositories/Shore:$HOME/Repositories/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