From c65da2ed9215a7acb369995558b26d674e6168bb Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 20 Feb 2017 18:38:20 -0600 Subject: [PATCH] ruby to path --- de/bar/bar.bash | 3 +-- shell/paths | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) 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