mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
bashrc: do not print emacs process id
This commit is contained in:
parent
2f3b537718
commit
fc23fed166
|
|
@ -38,7 +38,7 @@ export PAGER="less --quit-at-eof"
|
|||
export MANPAGER="$PAGER"
|
||||
|
||||
# Default editor.
|
||||
if pgrep -x emacs; then
|
||||
if pgrep -x emacs > /dev/null; then
|
||||
export VISUAL="emacsclient -c"
|
||||
export EDITOR="emacsclient -t"
|
||||
elif _checkexec gvim; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue