Kaynağa Gözat

Remove trailing spaces

master
Arun Prakash Jana 3 yıl önce
ebeveyn
işleme
9e3bd377b0
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      plugins/fzcd

+ 3
- 3
plugins/fzcd Dosyayı Görüntüle

@@ -24,14 +24,14 @@ if [ -n "$sel" ]; then
# by fzf command is absolute
case $sel in
/*) nnn_cd "$sel" ;;
*)
*)
# Remove "./" prefix if it exists
sel="${sel#./}"
if [ "$PWD" = "/" ]; then
nnn_cd "/$sel"
else
nnn_cd "$PWD/$sel"
fi;;
esac
esac
fi

Yükleniyor…
İptal
Kaydet