mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 00:55:56 +08:00
4 lines
101 B
Fish
4 lines
101 B
Fish
# Defined in - @ line 1
|
|
function sudo --description 'alias sudo sudo -E'
|
|
command sudo -E $argv;
|
|
end
|