This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
dotfiles-mirror
огледало од
https://github.com/10sr/dotfiles.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
fix small bug
pull/1/head
10sr
пре 12 година
родитељ
5637a3c497
комит
20d66f465e
1 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
bashrc
+ 2
- 2
bashrc
Прегледај датотеку
@@ -218,9 +218,9 @@ cd(){
pushd ~/ >/dev/null
elif ! test -d "$1"
then
echo `basename ${SHELL}`: cd: "$1": No such file or directory
2>&1
echo `basename ${SHELL}`: cd: "$1": No such file or directory
1>&2
return 1
elif test $1 = -
elif test
"
$1
"
= -
then
local pwd="$PWD"
popd >/dev/null
Write
Preview
Loading…
Откажи
Сачувај