fix: fix-kubectl incorrect version, load-fzf fixed output
This commit is contained in:
parent
122ee40042
commit
eb821d0bdb
2 changed files with 3 additions and 3 deletions
4
load-fzf
4
load-fzf
|
@ -10,12 +10,12 @@ if [[ "$1" == "--force" ]]; then
|
|||
fi
|
||||
|
||||
if [[ -z "$(type -t fzf)" || ! -e "$(type -p fzf)" ]]; then
|
||||
curl -sS https://webi.sh/fzf | bash
|
||||
curl -sS https://webi.sh/fzf | bash >&2
|
||||
|
||||
printf '%s\n' \
|
||||
'Run the following and then try again:' \
|
||||
' exec $SHELL -l' \
|
||||
''
|
||||
'' >&2
|
||||
elif [[ -z "${BASE_0}" || "${BASE_0}" == "$BASE_SHELL" ]]; then
|
||||
|
||||
FZF_CTRL_T_COMMAND="command find -L . -xdev -mindepth 1 \\( \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue