Add myctl function

‘myctl’ is just an alias for ‘systemctl --user’
This commit is contained in:
Tom Willemse 2020-12-18 00:16:51 -08:00
parent aba7d3fcb3
commit 90124cc20f

View file

@ -7,6 +7,10 @@ function hc
herbstclient $argv
end
function myctl
systemctl --user $argv
end
set -x LESS FXRSi
set -x EDITOR emacsclient
set -x DOTNET_CLI_TELEMETRY_OPTOUT true