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:
@@ -4,6 +4,7 @@ alias ls='ls --color=auto'
|
|||||||
alias ll='ls -lh'
|
alias ll='ls -lh'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias gvim='gvim --remote-tab'
|
alias gvim='gvim --remote-tab'
|
||||||
|
alias userctl='systemctl --user'
|
||||||
|
|
||||||
if (( $+commands[thefuck] ))
|
if (( $+commands[thefuck] ))
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user