On 12/11/21 16:30, Justin Veilleux wrote:
I don't know this was the cause of your problem, but one line in the
aliases looks suspicious to me.
> (aliases
> '(("E='SUDO_EDITOR" . "emacsclient -t -a emacs")
> ("e" . "emacsclient -t")))
It seems like you didn't close your single quote in "E='SUDO_EDITOR"
Very strange. The line it was generated from is alias E="SUDO_EDITOR=\"emacsclient -t -a emacs\" sudoedit" (You can see in the copy of .bashrc provided.)
