ruby to path
This commit is contained in:
parent
405284354a
commit
c65da2ed92
|
@ -31,7 +31,6 @@ else
|
||||||
bspc config -m ${BAR_MONITOR} bottom_padding "$EHEIGHT"
|
bspc config -m ${BAR_MONITOR} bottom_padding "$EHEIGHT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# bspc
|
||||||
bspc
|
|
||||||
|
|
||||||
polybar lytedev
|
polybar lytedev
|
||||||
|
|
|
@ -4,3 +4,7 @@ export GOPATH="$HOME/.go"
|
||||||
|
|
||||||
# PATH=$PATH:$APPENDED_PATH
|
# PATH=$PATH:$APPENDED_PATH
|
||||||
PATH=$PATH:${GOPATH//://bin:}/bin
|
PATH=$PATH:${GOPATH//://bin:}/bin
|
||||||
|
|
||||||
|
if command -v ruby >/dev/null 2>&1; then
|
||||||
|
PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
Reference in a new issue