fish-shell/share/functions/__fish_prepend_sudo.fish

4 lines
183 B
Fish
Raw Permalink Normal View History

function __fish_prepend_sudo -d " DEPRECATED: use fish_commandline_prepend instead. Prepend 'sudo ' to the beginning of the current commandline"
fish_commandline_prepend sudo
end