useful-fish/functions/foreground-vi.fish
2022-08-15 18:31:22 +02:00

3 lines
46 B
Fish

function foreground-vi
fg %vi >/dev/null
end