dotfiles/.config/fish/functions/x.fish

4 lines
29 B
Fish
Raw Normal View History

function x
2020-12-24 10:30:03 +00:00
exit $argv;
end