summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 16327cf..2875f1b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -181,4 +181,14 @@ alias -s pdf='xdg-open'
# Global
alias -g grep='grep --color=auto --exclude-dir={.git,.hg}'
+# Pacman
+alias pacup='sudo pacman -Syu'
+alias pacin='sudo pacman -S'
+alias pacrm='sudo pacman -Rs'
+alias pacs='pacman -Ss'
+
+# Systemctl
+alias sysnet="systemctl restart NetworkManager.service"
+alias sysvpn="systemctl restart openvpn-client@ic.service"
+
# }}}