Made pager.sh and editor.sh accesible from anywhere in the shell. Also made pager.sh smart in that it will use emacsclient when INSIDE_EMACS environment variable is set.
4 lines
46 B
Bash
Executable File
4 lines
46 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
emacs_editor "$@"
|
|
return 0
|