Add ZSH aliases

This commit is contained in:
Tom Willemse 2020-06-17 20:56:29 -07:00
parent 992fcf0617
commit c2cdc9cd99

View file

@ -26,6 +26,20 @@ Autoload any ZSH function from =$HOME/.zsh/functions=.
alias hc=herbstclient alias hc=herbstclient
#+END_SRC #+END_SRC
Systemd supports user-level services, it's easy to manage them with this
simple alias.
#+begin_src sh
alias myctl="systemctl --user"
#+end_src
By default scrot will take a screenshot in whatever the current working
directory is, but I prefer having it all in the same location.
#+begin_src sh
alias scrot="/usr/bin/scrot -e 'mv \$f ~/pictures/screenshots/'"
#+end_src
* History * History
Store ZSH history in a non-intrusive place. Store ZSH history in a non-intrusive place.