From 86107ff601949eb334137f4693da23a13bd35fc9 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 5 Mar 2022 22:31:32 -0800 Subject: [PATCH] ned: revert change to repository detection. It'll have to stay this way --- .config/shell/bin/ned | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/bin/ned b/.config/shell/bin/ned index ccc1ec5..ce0477e 100755 --- a/.config/shell/bin/ned +++ b/.config/shell/bin/ned @@ -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"