mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 11:41:15 -03:00
5 lines
213 B
Fish
5 lines
213 B
Fish
# 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
|