diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-05-25 14:42:53 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-05-25 14:46:54 +0200 |
commit | 566cf2d94eb10635892620be207239ac932ee29e (patch) | |
tree | f0905a2a2ce5327dfe5c6c06e1f3998a173d2038 | |
parent | 7021d5caa172640c06900854d7f462020bcd82dd (diff) | |
download | dotfiles-566cf2d94eb10635892620be207239ac932ee29e.tar.gz dotfiles-566cf2d94eb10635892620be207239ac932ee29e.tar.bz2 dotfiles-566cf2d94eb10635892620be207239ac932ee29e.zip |
Add the sdedit binary and the command.
Diffstat (limited to '')
-rw-r--r-- | .bins/sdedit-3.0.4.jar | bin | 0 -> 1864427 bytes | |||
-rw-r--r-- | .zsh/zshrc | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.bins/sdedit-3.0.4.jar b/.bins/sdedit-3.0.4.jar Binary files differnew file mode 100644 index 0000000..f30b9bc --- /dev/null +++ b/.bins/sdedit-3.0.4.jar @@ -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' |