Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
10sr
/
dotfiles-mirror
peilaus alkaen
https://github.com/10sr/dotfiles.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
fix cd -
pull/1/head
10sr
12 vuotta sitten
vanhempi
2cdcde52df
commit
a8bb9399dc
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bashrc
+ 1
- 1
bashrc
Näytä tiedosto
@@ -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
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna