dotfiles/fish/functions/foreground-vi.fish
2020-11-04 17:35:19 +01:00

3 lines
46 B
Fish

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