aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2019-12-08 09:43:44 -0700
committerkatherine <ageha@airen-no-jikken.icu>2019-12-08 09:43:44 -0700
commitbc06b8ae7e83c2901dff2bc7a2947b3e870be168 (patch)
treee9fc5116b42e7f8672c90a4baf2312562ad80ced /.zshrc
parent965f07eb383810da6c2233d324d427eb147e40f4 (diff)
downloaddotfiles-bc06b8ae7e83c2901dff2bc7a2947b3e870be168.tar.gz
use tmpdir in vars
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index d848f6a..d8890bb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -155,7 +155,6 @@ elif [[ ! -z $(whence vim) ]] then
fi
[[ ! -z $(whence sdcv) ]] && alias def='sdcv'
-[[ ! -z $(whence herbstclient) ]] && alias hc='herbstclient'
[[ ! -z $(whence aiksaurus) ]] && alias thesaurus='aiksaurus'
[[ ! -z $(whence ag) ]] && alias ag='ag --color-match "1;34"'
[[ ! -z $(whence latex) ]] && alias latex='latex -output-format=pdf'