Add herbstclient alias

This commit is contained in:
Tom Willemse 2016-11-24 21:47:09 +01:00
parent 3077d8d5d1
commit e9a82253b6

View file

@ -1,4 +1,5 @@
#+TITLE: ZSH #+TITLE: ZSH
#+STARTUP: showall
Autoload any ZSH function from =$HOME/.zsh/functions=. Autoload any ZSH function from =$HOME/.zsh/functions=.
@ -18,6 +19,13 @@ Autoload any ZSH function from =$HOME/.zsh/functions=.
alias sbcl="rlwrap sbcl" alias sbcl="rlwrap sbcl"
#+END_SRC #+END_SRC
This alias is useful for when I'm trying something new with
herbstluftwm.
#+BEGIN_SRC sh
alias hc=herbstclient
#+END_SRC
* History * History
Store ZSH history in a non-intrusive place. Store ZSH history in a non-intrusive place.