From 8f5dc0511529fa1e340008219e86bad3b04b674c Mon Sep 17 00:00:00 2001 From: Martinez Date: Wed, 9 Mar 2016 16:41:37 +0100 Subject: [PATCH] add usystemctl --- dotfiles/system/etc/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/system/etc/zsh/zshrc b/dotfiles/system/etc/zsh/zshrc index 55da48e..876cd98 100644 --- a/dotfiles/system/etc/zsh/zshrc +++ b/dotfiles/system/etc/zsh/zshrc @@ -21,6 +21,7 @@ alias gitd="git diff --word-diff" alias Y="noglob youtube-dl --no-check-certificate" alias Yall="noglob youtube-dl -o \"%(autonumber)s-%(title)s.%(ext)s\"" alias units="units -v" +alias usystemctl="systemctl --user" # Edit the current command line in $EDITOR export VISUAL="nano -m" # enable mouse cursor