Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2024-06-21 23:08:25 -07:00
commit 145caed986
6 changed files with 15 additions and 1 deletions

4
.config/shell/bin/vvc Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd "$(dirname "$(realpath "$1")")"
eval "$EDITOR" "$@"