From 2969da204db86c36e30322b68935ce478c528f5b Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 2 Sep 2021 22:55:04 +0400 Subject: Changed rofi with dmenu --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.profile') 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 ':')" + -- cgit v1.2.3