1
0
Fork 0
old-dotfiles/.config/fish/functions/owf.fish

12 lines
170 B
Fish
Raw Normal View History

2023-02-18 21:12:37 +01:00
function owf
set path (f)
if test "$path" = ""
else if [ "$path" != "" ]
if test -d $path
$path
else
xdg-open $path
end
end
end