Selaa lähdekoodia

fix redirect bug

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

+ 1
- 1
bashrc Näytä tiedosto

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

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

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


Ladataan…
Peruuta
Tallenna