diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-12-13 16:51:29 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-12-13 16:51:29 +0100 |
commit | 77cd142cbfceda8d4fe644acff46b7f8a3463e9e (patch) | |
tree | bb53483c102c5728b1ccbc5add11b1d09a4b991c /zsh/.zshrc | |
parent | 264b48ff259714217ed0c056a99d038dde872249 (diff) |
Add zsh aliases
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" + # }}} |