fish: functions: Add an alias for sudoedit
This commit is contained in:
parent
9a26ef9c10
commit
ee776a86a1
1 changed files with 3 additions and 0 deletions
3
fish/.config/fish/functions/se.fish
Normal file
3
fish/.config/fish/functions/se.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function se --wraps=sudoedit --description 'alias se=sudoedit'
|
||||||
|
sudoedit $argv
|
||||||
|
end
|
Loading…
Reference in a new issue