summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-02 22:55:04 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-02 22:55:04 +0400
commit2969da204db86c36e30322b68935ce478c528f5b (patch)
treeaf29e95474ba0c340f8122628d032c2030865454 /.profile
parent9ecd35c1e2bc7aed473b9d75062d6a57be87775b (diff)
Changed rofi with dmenu
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.profile b/.profile
index 2b8ac65..940b79d 100644
--- a/.profile
+++ b/.profile
@@ -46,5 +46,6 @@ export GOPATH="$XDG_DATA_HOME/go"
export GEM_HOME="$XDG_DATA_HOME/gem"
export GEM_SPEC_CACHE="$XDG_CACHE_HOME/gem"
-export PATH="$PATH:$CARGO_HOME/bin:$GOPATH/bin"
+export PATH="$PATH:$CARGO_HOME/bin:$GOPATH/bin:$GEM_HOME/bin"
export PATH="$PATH:$(du $GEM_HOME/ruby/*/bin | cut -f2 | paste -sd ':')"
+