Selaa lähdekoodia

set PATH in bashrc if PATH is reinitialized unexpectedly

pull/1/head
10sr 11 vuotta sitten
vanhempi
commit
a60ac933f0
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. +5
    -0
      bashrc

+ 5
- 0
bashrc Näytä tiedosto

@@ -33,6 +33,11 @@ null ls --version && alias with_coreutils=true

#################################

if echo $PATH | grep "$HOME" >/dev/null 2&>1
then
PATH="${PATH}:${HOME}/.local/bin"
fi

if false iswindows
then
export PAGER='tr -d \\r | less'


Ladataan…
Peruuta
Tallenna