ned: revert change to repository detection. It'll have to stay this way

This commit is contained in:
PowerUser64 2022-03-05 22:31:32 -08:00
parent 238269f163
commit 86107ff601

View file

@ -9,7 +9,7 @@
# shellcheck disable=SC2068,SC2178,SC2128
# 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_CMD="nvim -c :ZenMode"