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"
|
||||
fi
|
||||
|
||||
|
||||
bspc
|
||||
# bspc
|
||||
|
||||
polybar lytedev
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue