aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-24 21:47:09 +0100
committerGravatar Tom Willemse2016-11-24 21:47:09 +0100
commite9a82253b601ba36c6b3cf7914b0fec985a105e5 (patch)
tree553f25cc89e17d9241ff3d9f1d6666e82646deff /zsh
parent3077d8d5d16b246f46c7b4b732f7c37bba1d4c56 (diff)
downloadnew-dotfiles-e9a82253b601ba36c6b3cf7914b0fec985a105e5.tar.gz
new-dotfiles-e9a82253b601ba36c6b3cf7914b0fec985a105e5.zip
Add herbstclient alias
Diffstat (limited to 'zsh')
-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.