Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
56c8161b29
8 changed files with 19 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue