summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r--accounts/gkleen@sif/zshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 7ee24452..c65e35f9 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -372,6 +372,14 @@ l() {
372 exa --binary --git --time-style=iso --long --all --header --group-directories-first --colour=always $@ | less --mouse -FR 372 exa --binary --git --time-style=iso --long --all --header --group-directories-first --colour=always $@ | less --mouse -FR
373} 373}
374 374
375re() {
376 systemctl --restart $@
377}
378
379ure() {
380 systemctl --user --restart $@
381}
382
375alias '..'='cd ..' 383alias '..'='cd ..'
376alias -g L='| less' 384alias -g L='| less'
377alias -g S='&> /dev/null' 385alias -g S='&> /dev/null'