aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/zshrc.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/zsh/zshrc.org b/zsh/zshrc.org
index 8fa3cd4..7f7bd00 100644
--- a/zsh/zshrc.org
+++ b/zsh/zshrc.org
@@ -1,4 +1,5 @@
#+TITLE: ZSH
+#+STARTUP: showall
Autoload any ZSH function from =$HOME/.zsh/functions=.
@@ -18,6 +19,13 @@ Autoload any ZSH function from =$HOME/.zsh/functions=.
alias sbcl="rlwrap sbcl"
#+END_SRC
+ This alias is useful for when I'm trying something new with
+ herbstluftwm.
+
+ #+BEGIN_SRC sh
+ alias hc=herbstclient
+ #+END_SRC
+
* History
Store ZSH history in a non-intrusive place.