Add myctl function
‘myctl’ is just an alias for ‘systemctl --user’
This commit is contained in:
parent
aba7d3fcb3
commit
90124cc20f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue