add s, a shortcut to become root

This commit is contained in:
Rico Ullmann 2020-01-05 17:37:39 +01:00
parent a2dee6be9d
commit d21d78a31f
Signed by: rullmann
GPG Key ID: 1C6E8C577C878C6F
1 changed files with 3 additions and 0 deletions

3
functions/s.fish Normal file
View File

@ -0,0 +1,3 @@
function s --description 'sudo su shortcut'
sudo su -
end