ned: revert change to repository detection. It'll have to stay this way
This commit is contained in:
parent
238269f163
commit
86107ff601
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:-"$(git -C "$(dirname "$(realpath ~/todo)")" rev-parse --show-toplevel)"}"
|
NOTES_DIR="${NOTES_DIR:-"$HOME/Documents/college/current"}"
|
||||||
EDITOR="nvim"
|
EDITOR="nvim"
|
||||||
EDITOR_CMD="nvim -c :ZenMode"
|
EDITOR_CMD="nvim -c :ZenMode"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue