ruby to path

This commit is contained in:
Daniel Flanagan 2017-02-20 18:38:20 -06:00
parent 405284354a
commit c65da2ed92
2 changed files with 5 additions and 2 deletions

View File

@ -31,7 +31,6 @@ else
bspc config -m ${BAR_MONITOR} bottom_padding "$EHEIGHT"
fi
bspc
# bspc
polybar lytedev

View File

@ -4,3 +4,7 @@ export GOPATH="$HOME/.go"
# PATH=$PATH:$APPENDED_PATH
PATH=$PATH:${GOPATH//://bin:}/bin
if command -v ruby >/dev/null 2>&1; then
PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
fi