Pārlūkot izejas kodu

temporary fix

pull/1/head
10sr pirms 11 gadiem
vecāks
revīzija
57b17036aa
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. +3
    -2
      bashrc

+ 3
- 2
bashrc Parādīt failu

@@ -219,8 +219,9 @@ cd(){
elif test $1 = -
then
local pwd="$PWD"
popd >/dev/null
pushd "$pwd" -n >/dev/null # stack last dir
echo $OLDPWD
command cd $OLDPWD
command pushd -n "$pwd" >/dev/null # stack last dir
elif ! test -d "$1"
then
echo `basename ${SHELL}`: cd: "$1": No such file or directory 2>&1


Notiek ielāde…
Atcelt
Saglabāt