]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix build break
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 8 Dec 2019 20:27:31 +0000 (01:57 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 8 Dec 2019 20:27:31 +0000 (01:57 +0530)
plugins/fzcd
plugins/launch

index 6ee67d609fe791487a08cea4e11f80affd9b3e4e..d10b119fa5a011117855db6ca36dd9e1fd6f527d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-# Description: Run fzf and go to the directory of the file selected
+# Description: Run fzf/fzy/fd/fdfind/find and go to the directory of the file selected
 #
 # Shell: POSIX compliant
 # Author: Anna Arad
index f1b8a73b555558913ca9080148d94208e0b2782f..66b414e8bfb15252a382d74aed96511e12597df3 100755 (executable)
@@ -19,6 +19,9 @@
 # Shell: POSIX compliant
 # Author: Arun Prakash Jana
 
+# shellcheck disable=SC2012
+# shellcheck disable=SC2086
+
 IFS=':'
 
 get_selection() {