Sfoglia il codice sorgente

fix bug on dh

pull/1/head
10sr 11 anni fa
parent
commit
b65daa77bb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Vedi File

@@ -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
}


Caricamento…
Annulla
Salva