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