[CHANGED] changed e from alias to shell function, now runs in background.
This commit is contained in:
parent
bca5556990
commit
24fcfb3dac
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ function svnst() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function e() {
|
function e() {
|
||||||
"$EDITOR" "$@" &!
|
"$EDITOR" "$@" >/dev/null &!
|
||||||
}
|
}
|
||||||
alias et="$EDITOR . >/dev/null &!"
|
alias et="$EDITOR . >/dev/null &!"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue