~xdavidwu/dotfiles

52e5d0193af89209d1888f1717a88416231ad64b — xdavidwu 1 year, 13 days ago 368104e
bash: go into PATH
1 files changed, 1 insertions(+), 1 deletions(-)

M .bash_profile
M .bash_profile => .bash_profile +1 -1
@@ 11,7 11,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"

# be careful that composer does not uses XDG when no XDG_* defined
PATH="$HOME/.local/bin:$XDG_DATA_HOME/npm/bin/:$XDG_CONFIG_HOME/composer/vendor/bin/:$PATH"
PATH="$HOME/go/bin:$HOME/.local/bin:$XDG_DATA_HOME/npm/bin/:$XDG_CONFIG_HOME/composer/vendor/bin/:$PATH"

# XDG workarounds
[ ! -d "$XDG_CACHE_HOME" ] && mkdir "$XDG_CACHE_HOME"