Ver código fonte

fix function cd

pull/1/head
10sr 11 anos atrás
pai
commit
ac3ec4c910
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      shrc

+ 1
- 2
shrc Ver arquivo

@@ -375,8 +375,7 @@ fi
# pwd
# }
cd(){
builtin cd "$@"
pwd
builtin cd "$@" && pwd
}

# pad


Carregando…
Cancelar
Salvar