aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-05 02:54:39 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-05 02:59:45 +0100
commitba0ef217e84bbaee8e4640549c30921c7d4296a7 (patch)
treecffe69aace704376ff0615a4d0cea9a0a9d8dff4 /zsh
parent80d6348cadabc79b12760d933272f77fc5417289 (diff)
downloaddotfiles-ba0ef217e84bbaee8e4640549c30921c7d4296a7.tar.gz
dotfiles-ba0ef217e84bbaee8e4640549c30921c7d4296a7.tar.bz2
dotfiles-ba0ef217e84bbaee8e4640549c30921c7d4296a7.zip
+suctl alias for terminal
suctl = systemctl --user, useful for user services.
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index af40c09..0d69098 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -13,6 +13,7 @@ alias ls="ls --color=auto"
alias l="ls -la"
alias md="mkdir"
alias fzf="fzf --layout=reverse --height=20"
+alias suctl="systemctl --user"
export force_color_prompt=yes
export ZSH_THEME="af-magic"
export XDG_RUNTIME_DIR=/run/user/`id -u`