changed export path command
This commit is contained in:
parent
9e2ba4db68
commit
b9ad5da9d1
@ -458,7 +458,7 @@ if [ $in_doom-emacs -eq 1]; then
|
|||||||
pacman -S --needed git emacs ripgrep fd
|
pacman -S --needed git emacs ripgrep fd
|
||||||
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||||
~/.emacs.d/bin/doom install
|
~/.emacs.d/bin/doom install
|
||||||
export PATH=$PATH:~/.emacs.d/bin
|
export PATH="$PATH":$HOME/.emacs.d/bin
|
||||||
else
|
else
|
||||||
echo "Skipping doom-emacs"
|
echo "Skipping doom-emacs"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user