Uuuuh stuff for merge
This commit is contained in:
parent
90b8d7b245
commit
f63511602a
2 changed files with 47 additions and 2 deletions
6
bashrc
6
bashrc
|
@ -12,8 +12,10 @@ export BROWSER=qutebrowser
|
|||
|
||||
# Some programs need those changes
|
||||
export PATH="/usr/lib/ccache/bin/:$PATH"
|
||||
if [ -d $HOME/.gem/ruby/2.4.0/bin ]; then
|
||||
export PATH="$HOME/.gem/ruby/2.4.0/bin/:$PATH"
|
||||
GEM_HOME=$(ruby -e 'puts Gem.user_dir' 2> /dev/null)
|
||||
if [ $? -eq 0 ]; then
|
||||
GEM_PATH=$GEM_HOME
|
||||
export PATH="$PATH:$GEM_HOME/bin"
|
||||
fi
|
||||
if [ -d /data/data/com.termux/ ]; then
|
||||
export PATH="$HOME/.termux/scripts:$HOME/.termux/bin:$PATH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue