Add ZSH aliases
This commit is contained in:
parent
992fcf0617
commit
c2cdc9cd99
1 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue