Kaynağa Gözat

Disable shellcheck warning SC2086

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

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

@@ -19,16 +19,15 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana

# shellcheck disable=SC2012
# shellcheck disable=SC2086

IFS=':'

get_selection() {
if which fzf >/dev/null 2>&1; then
ls -H $PATH | sort | fzf
{ IFS=:; ls -H $PATH; } | sort | fzy
elif which fzy >/dev/null 2>&1; then
ls -H $PATH | sort | fzy
{ IFS=:; ls -H $PATH; } | sort | fzy
else
exit 1
fi


Yükleniyor…
İptal
Kaydet