diff options
-rwxr-xr-x | config/sway/scripts/notes | 2 | ||||
m--------- | private | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/sway/scripts/notes b/config/sway/scripts/notes index ebe2684..8f025fb 100755 --- a/config/sway/scripts/notes +++ b/config/sway/scripts/notes @@ -1,5 +1,5 @@ #!/bin/sh cd ~/notes find * -type f | wofi -d -p 'notes' | while read -r note; do - nohup alacritty -e vim ~/notes/"$note" >/dev/null 2>&1 & + nohup alacritty -e nvim ~/notes/"$note" >/dev/null 2>&1 & done diff --git a/private b/private -Subproject 2978cece71cd2a7835fd9094a3eb347ca602845 +Subproject a154e8010d45b3260336291503aec2162230f9b |