summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-05-25 14:42:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-05-25 14:46:54 +0200
commit566cf2d94eb10635892620be207239ac932ee29e (patch)
treef0905a2a2ce5327dfe5c6c06e1f3998a173d2038 /.zsh/zshrc
parent7021d5caa172640c06900854d7f462020bcd82dd (diff)
downloaddotfiles-566cf2d94eb10635892620be207239ac932ee29e.tar.gz
dotfiles-566cf2d94eb10635892620be207239ac932ee29e.tar.bz2
dotfiles-566cf2d94eb10635892620be207239ac932ee29e.zip
Add the sdedit binary and the command.
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
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'