mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Fix build break
This commit is contained in:
parent
d5512462af
commit
819bddaac9
|
@ -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
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
# Shell: POSIX compliant
|
||||
# Author: Arun Prakash Jana
|
||||
|
||||
# shellcheck disable=SC2012
|
||||
# shellcheck disable=SC2086
|
||||
|
||||
IFS=':'
|
||||
|
||||
get_selection() {
|
||||
|
|
Loading…
Reference in a new issue