1
0
Fork 0
dotfiles/.config/zsh/functions/misc
2023-03-29 16:15:06 +02:00

4 lines
53 B
Bash

# vim:set ft=zsh
whed() {
$EDITOR "$(which "$1")"
}