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

Don't need to explicitly state yarn path

This commit is contained in:
Ryan 2017-02-04 15:02:42 +01:00
parent 7650c49b7c
commit fc1174f3f3

View File

@ -84,9 +84,6 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
# Nodejs settings
export PATH="$PATH:`yarn global bin`"
# Set GPG TTY # Set GPG TTY
export GPG_TTY=$(tty) export GPG_TTY=$(tty)