1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

fixed yarn bin path

This commit is contained in:
Ryan 2017-02-16 11:55:31 +01:00
parent 83f33463f2
commit 61e7f1638a

View File

@ -85,7 +85,7 @@ source $ZSH/oh-my-zsh.sh
# alias ohmyzsh="mate ~/.oh-my-zsh"
# Emberjs settings
export PATH="$PATH:/home/alrayyes/.config/yarn/global/node_modules/ember-cli/bin"
export PATH="$PATH:/home/alrayyes/.config/yarn/global/node_modules/.bin"
# Set GPG TTY
export GPG_TTY=$(tty)