From 7bfee93918023098bd51aca20daac79b5b43331c Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 30 Oct 2016 00:51:45 +0200 Subject: [PATCH] added alias for shortcut to config --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 778be2c..c157ed0 100755 --- a/zshrc +++ b/zshrc @@ -52,6 +52,8 @@ alias wd="php /proj/ciptmp/av37umic/scripts/woist.php del" alias wl="php /proj/ciptmp/av37umic/scripts/woist.php list" alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'" +#direct to config +alias hlconf="vim ~/.config/herbstluftwm/autostart" alias zshconf="vim ~/.zshrc" #aliases migrated from bashrc