Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-03-05 22:50:01 -08:00
commit 56c8161b29
8 changed files with 19 additions and 4 deletions

View file

@ -74,7 +74,7 @@ new() {
if [ -z "$NOTE_PATH" ]; then
echo "No directories found for '$2'."
echo "All possible directories:"
(cd "$NOTES_DIR" && fd -d 1 -t d "$NOTES_DIR")
(cd "$NOTES_DIR" && fd -d 1 -t d)
exit
# if there was more than one result
@ -114,6 +114,7 @@ new() {
}
subshell() {
echo
echo 'entering subshell'
$SHELL
}