From 5f86acd7fe0fa444034777e7387dfaae015ff431 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Fri, 15 Nov 2024 21:03:25 +0300 Subject: [PATCH] Add script for shortcutting start of obsidian notes in nvim --- vobs.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 vobs.sh diff --git a/vobs.sh b/vobs.sh new file mode 100755 index 0000000..245755a --- /dev/null +++ b/vobs.sh @@ -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