瀏覽代碼
Fix build break
master
Arun Prakash Jana
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A75979F35C080412
共有
2 個檔案被更改,包括
4 行新增 和
1 行删除
-
plugins/fzcd
-
plugins/launch
|
|
@@ -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() { |
|
|
|