fish: add emacs.d/bin to path

For use with Doom Emacs.
This commit is contained in:
Érico Rolim 2020-05-15 22:49:25 -03:00
parent 9c2b928c36
commit 1f7d5cf48b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#
# taken from https://fishshell.com/docs/current/commands.html#contains
for i in ~/.local/bin ~/.cargo/bin
for i in ~/.local/bin ~/.cargo/bin ~/.emacs.d/bin
if not contains $i $PATH
set PATH $PATH $i
end