ned: ned is now much better at choosing the documents repository
This commit is contained in:
parent
3c8a916daf
commit
02ee3bd399
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
# shellcheck disable=SC2068,SC2178,SC2128
|
# shellcheck disable=SC2068,SC2178,SC2128
|
||||||
|
|
||||||
# set default values if things are unset
|
# set default values if things are unset
|
||||||
NOTES_DIR="${NOTES_DIR:-"$HOME/Documents/college/current"}"
|
NOTES_DIR="${NOTES_DIR:-"$(git -C "$(dirname "$(realpath ~/todo)")" rev-parse --show-toplevel)"}"
|
||||||
EDITOR="nvim"
|
EDITOR="nvim"
|
||||||
EDITOR_CMD="nvim -c :ZenMode"
|
EDITOR_CMD="nvim -c :ZenMode"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue