diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/zshrc | 8 |
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 | ||
375 | re() { | ||
376 | systemctl --restart $@ | ||
377 | } | ||
378 | |||
379 | ure() { | ||
380 | systemctl --user --restart $@ | ||
381 | } | ||
382 | |||
375 | alias '..'='cd ..' | 383 | alias '..'='cd ..' |
376 | alias -g L='| less' | 384 | alias -g L='| less' |
377 | alias -g S='&> /dev/null' | 385 | alias -g S='&> /dev/null' |