From 321bfa623e7d6ba32ad9843efcd73ad2faa90afd Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 16 Jul 2016 17:07:09 +0200 Subject: [PATCH] Add an alias for user mode systemctl. --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 58c1a6c..038e9da 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -4,6 +4,7 @@ alias ls='ls --color=auto' alias ll='ls -lh' alias grep='grep --color=auto' alias gvim='gvim --remote-tab' +alias userctl='systemctl --user' if (( $+commands[thefuck] )) then