Files
fish-shell/share/functions/__fish_prepend_sudo.fish

5 lines
213 B
Fish
Raw Normal View History

# localization: skip(private)
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