Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
upddate function mkcd
pull/1/head
10sr
11 anni fa
parent
5503ee3370
commit
7da46f2cbd
1 ha cambiato i file
con
8 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+8
-2
bashrc
+ 8
- 2
bashrc
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva