fish-config/functions/dispatch-conf.fish
2024-09-18 21:32:11 -03:00

4 lines
214 B
Fish

function dispatch-conf --wraps='su- c "dispatch-conf"' --wraps='su :-c "dispatch-conf"' --wraps='su -c "dispatch-conf"' --description 'alias dispatch-conf su -c "dispatch-conf"'
su -c "dispatch-conf" $argv;
end