[CHANGED] e alias into shell function.

This commit is contained in:
Sami Samhuri 2009-11-30 13:34:00 -08:00
parent fe68e45ec0
commit 5a43bccb8e

View file

@ -328,8 +328,10 @@ function svnst() {
rm -f $tmpfile rm -f $tmpfile
} }
alias e="$EDITOR" function e() {
alias et="$EDITOR ." "$EDITOR" "$@" &!
}
alias et="$EDITOR . >/dev/null &!"
# global aliases - work anywhere on line # global aliases - work anywhere on line
alias -g C='|wc' alias -g C='|wc'