aboutsummaryrefslogtreecommitdiffstats
path: root/fish/.config
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-18 00:16:51 -0800
committerGravatar Tom Willemse2020-12-26 23:17:23 -0800
commit90124cc20ffcb34b96135749ed101903824b02b1 (patch)
tree034709af95d2244d49342067588970997c3ef86c /fish/.config
parentaba7d3fcb327727271f18b5bafb50aa71b432512 (diff)
downloadnew-dotfiles-90124cc20ffcb34b96135749ed101903824b02b1.tar.gz
new-dotfiles-90124cc20ffcb34b96135749ed101903824b02b1.zip
Add myctl function
‘myctl’ is just an alias for ‘systemctl --user’
Diffstat (limited to 'fish/.config')
-rw-r--r--fish/.config/fish/config.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish
index da24514..319a055 100644
--- a/fish/.config/fish/config.fish
+++ b/fish/.config/fish/config.fish
@@ -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