diff --git a/home/.zshrc.local b/home/.zshrc.local index 6e29d72..6b33dd3 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -28,6 +28,7 @@ fi alias ipy="ipython3" alias vim="nvim" alias vimdiff="nvim -d" +alias userctl="systemctl --user" ## Debian packages fd as fdfind command -v fdfind >/dev/null && alias fd="fdfind"