Add script for shortcutting start of obsidian notes in nvim
This commit is contained in:
parent
73d25874bd
commit
5f86acd7fe
1 changed files with 5 additions and 0 deletions
5
vobs.sh
Executable file
5
vobs.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
cd ~/Documents/t0xa_vault/ || { echo "Directory not found"; exit 1; }
|
||||
|
||||
nvim ~/Documents/t0xa_vault/2\ -\ Work/Working\ notes.md
|
Loading…
Reference in a new issue