aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/zshrc.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/zsh/zshrc.org b/zsh/zshrc.org
index 327ba86..9b2eda8 100644
--- a/zsh/zshrc.org
+++ b/zsh/zshrc.org
@@ -26,6 +26,20 @@ Autoload any ZSH function from =$HOME/.zsh/functions=.
alias hc=herbstclient
#+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
Store ZSH history in a non-intrusive place.