This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
dotfiles-mirror
огледало од
https://github.com/10sr/dotfiles.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
upddate function mkcd
pull/1/head
10sr
пре 11 година
родитељ
5503ee3370
комит
7da46f2cbd
1 измењених фајлова
са
8 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-2
bashrc
+ 8
- 2
bashrc
Прегледај датотеку
@@ -496,8 +496,14 @@ tb(){
}
mkcd(){
mkdir -p $1
cd $1
if test -d "$1"
then
echo "Dir \"$1\" already exists."
else
mkdir -p "$1"
echo "Dir \"$1\" created."
fi
cd "$1"
}
if test -n "$TMUX" && null type reattach-to-user-namespace
Write
Preview
Loading…
Откажи
Сачувај