Explorar el Código

unexport PS1

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

+ 2
- 1
bashrc Ver fichero

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

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

export PS1 # PS1 is defined later
# PS1 is defined later, unexport PS1
export -n PS1
# PROMPT_COMMAND=prompt_function
if false iswindows
then


Cargando…
Cancelar
Guardar