Add doom emacs to path

This commit is contained in:
Micke Nordin 2020-11-05 21:38:50 +01:00
parent d39d946494
commit 1cf745c4a9

View file

@ -111,3 +111,5 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
PATH="${PATH}:~/.emacs.d/bin"