10sr 11 лет назад
Родитель
Сommit
6e4cbf22c3
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc Просмотреть файл

@@ -231,8 +231,8 @@ cd(){
}

pushd(){
local next="$(realpath "$1")"
for l in $(\dirs -v -l | \grep "^ [0-9]\+ *${next}$" | cut -d " " -f 2 | tac)
local next="$(realpath --no-symlinks "$1")"
for l in $(\dirs -v -l | \grep "^ *[0-9]\+ \+${next}$" | \grep -o "^ *[0-9]\+ " | tac)
do
echo $l
test $l -eq 0 && continue


Загрузка…
Отмена
Сохранить