1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Add an alias for user mode systemctl.

This commit is contained in:
Bert Peters
2016-07-16 17:07:09 +02:00
parent 32a15cfce3
commit 321bfa623e

View File

@@ -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