feat(notes): add dir subcommand
This commit is contained in:
parent
b75a56b57f
commit
fd249e68f3
1 changed files with 2 additions and 2 deletions
4
notes.sh
4
notes.sh
|
|
@ -53,8 +53,8 @@ function main() {
|
|||
;;
|
||||
|
||||
# DIR: open directory
|
||||
dir|d)
|
||||
editFile "${notes_dir}/README.md"
|
||||
dir)
|
||||
vim -c "lcd $notes_dir"
|
||||
;;
|
||||
|
||||
# SYNC: Sync notes directory with remote
|
||||
|
|
|
|||
Loading…
Reference in a new issue