Parcourir la source

fix cd -

pull/1/head
10sr il y a 11 ans
Parent
révision
a8bb9399dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Voir le fichier

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


Chargement…
Annuler
Enregistrer