[CHANGED] changed e from alias to shell function, now runs in background.

This commit is contained in:
Sami Samhuri 2009-12-01 13:26:33 -08:00
parent bca5556990
commit 24fcfb3dac

View file

@ -329,7 +329,7 @@ function svnst() {
}
function e() {
"$EDITOR" "$@" &!
"$EDITOR" "$@" >/dev/null &!
}
alias et="$EDITOR . >/dev/null &!"