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() {