Przeglądaj źródła

fix bug on dh

pull/1/head
10sr 11 lat temu
rodzic
commit
b65daa77bb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Wyświetl plik

@@ -268,7 +268,7 @@ dh(){
then
dirs -v -l
else
local dir="$(dirs -v -l | \grep "^ *$1 \+" | sed "s/^ *[0-9]\+ *//g")"
local dir="$(dirs -v -l | \grep "^ *$1 \+" | sed "s/^ *[0-9]* *//g")"
cd "$dir"
fi
}


Ładowanie…
Anuluj
Zapisz