Procházet zdrojové kódy

fix cd -

pull/1/head
10sr před 11 roky
rodič
revize
a8bb9399dc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Zobrazit soubor

@@ -309,7 +309,7 @@ cd(){
elif test $1 = -
then
local pwd="$PWD"
command cd $OLDPWD
command cd "$OLDPWD"
pushd -n "$pwd" >/dev/null # stack last dir
elif ! test -d "$1"
then


Načítá se…
Zrušit
Uložit