mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
4 lines
101 B
Fish
Executable file
4 lines
101 B
Fish
Executable file
# Defined in - @ line 1
|
|
function sudo --description 'alias sudo sudo -E'
|
|
command sudo -E $argv;
|
|
end
|