Added doom to path

This commit is contained in:
Joachim 2020-09-12 10:17:42 +02:00
parent 2af742c4aa
commit 439d3ee876

View File

@ -14,8 +14,6 @@ export EDITOR="vim"
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8" export LC_ALL="en_US.UTF-8"
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# ZSH History # ZSH History
export HISTFILE="$HOME/.zsh_history" export HISTFILE="$HOME/.zsh_history"
export HISTSIZE=100000 export HISTSIZE=100000
@ -36,3 +34,6 @@ export MANPATH="/usr/local/man:$MANPATH"
# Add ~/bin to the PATH # Add ~/bin to the PATH
[ -d "$HOME/bin" ] && export PATH="$HOME/bin:$PATH" [ -d "$HOME/bin" ] && export PATH="$HOME/bin:$PATH"
# add doom emacs to the path
export PATH=$HOME/.emacs.d/bin:$PATH