Przeglądaj źródła

realpath --no-symlinks dont work on ubuntu

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

+ 1
- 1
bashrc Wyświetl plik

@@ -234,7 +234,7 @@ cd(){
__dirs_rm_dup(){
for d in "$@"
do
local next="$(realpath --no-symlinks "$d")"
local next="$(realpath --strip "$d")"
for l in $(\dirs -v -l | cut -d "
" -f 2- | \grep -x " *[0-9]\+ \+${next}" | \grep -o "^ *[0-9]\+ " | tac)
do


Ładowanie…
Anuluj
Zapisz