From 566cf2d94eb10635892620be207239ac932ee29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 25 May 2010 14:42:53 +0200 Subject: Add the sdedit binary and the command. --- .zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zsh/zshrc') diff --git a/.zsh/zshrc b/.zsh/zshrc index 055873b..5ddeb7e 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -40,6 +40,9 @@ alias CH='./configure --help | less' alias FF='noglob firefox' alias IE='isabelle emacs -m iff' +# ~/.bins stuff +alias sdedit='java -jar ~/.bins/sdedit-3.0.4.jar' + # the config management stuff alias config='GIT_DIR=$HOME/.config.git/ git --work-tree=$HOME' alias cstg='GIT_DIR=$HOME/.config.git stg' -- cgit v1.2.3