diff options
-rw-r--r-- | zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ export XDG_RUNTIME_DIR=/run/user/`id -u` # Programming editor() { - nohup emacs $1 > /dev/null & + nohup emacs $@ > /dev/null & } gentemplate() { |
index : dotfiles | ||
Configuration files for a variety of programs | Aryadev Chavali <aryadev@aryadevchavali.com> |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | zshenv | 2 |
@@ -15,7 +15,7 @@ export XDG_RUNTIME_DIR=/run/user/`id -u` # Programming editor() { - nohup emacs $1 > /dev/null & + nohup emacs $@ > /dev/null & } gentemplate() { |