Add herbstclient alias
This commit is contained in:
parent
3077d8d5d1
commit
e9a82253b6
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue