aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshenv b/zshenv
index c807407..885fa56 100644
--- a/zshenv
+++ b/zshenv
@@ -15,7 +15,7 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
# Programming
editor() {
- nohup emacs $1 > /dev/null &
+ nohup emacs $@ > /dev/null &
}
gentemplate() {