diff --git a/de/bar/bar.bash b/de/bar/bar.bash index e08a7cf..76a3b8e 100755 --- a/de/bar/bar.bash +++ b/de/bar/bar.bash @@ -31,7 +31,6 @@ else bspc config -m ${BAR_MONITOR} bottom_padding "$EHEIGHT" fi - -bspc +# bspc polybar lytedev diff --git a/shell/paths b/shell/paths index 88ef3ce..e0d66ff 100644 --- a/shell/paths +++ b/shell/paths @@ -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