fish-config/functions/su.fish
2022-06-07 21:48:28 +02:00

3 lines
58 B
Fish

function su
command su --shell=/usr/bin/fish $argv
end