Explorar el Código

fix redirect bug

pull/1/head
10sr hace 11 años
padre
commit
421e24fa09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Ver fichero

@@ -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


Cargando…
Cancelar
Guardar