diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-09-02 22:55:04 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-09-02 22:55:04 +0400 |
| commit | 2969da204db86c36e30322b68935ce478c528f5b (patch) | |
| tree | af29e95474ba0c340f8122628d032c2030865454 /.profile | |
| parent | 9ecd35c1e2bc7aed473b9d75062d6a57be87775b (diff) | |
Changed rofi with dmenu
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ':')" + |