mirror of
https://github.com/junegunn/fzf.git
synced 2025-05-19 04:40:22 -07:00
Fix a typo
This commit is contained in:
parent
230fc49ae2
commit
f5f0b9ecaa
@ -64,7 +64,7 @@ elif command -v chafa > /dev/null; then
|
|||||||
# 3. If chafa is not found but imgcat is available, use it on iTerm2
|
# 3. If chafa is not found but imgcat is available, use it on iTerm2
|
||||||
elif command -v imgcat > /dev/null; then
|
elif command -v imgcat > /dev/null; then
|
||||||
# NOTE: We should use https://iterm2.com/utilities/it2check to check if the
|
# NOTE: We should use https://iterm2.com/utilities/it2check to check if the
|
||||||
# user is running iTerm2. But for the sake of simplicty, we just assume
|
# user is running iTerm2. But for the sake of simplicity, we just assume
|
||||||
# that's the case here.
|
# that's the case here.
|
||||||
imgcat -W "${dim%%x*}" -H "${dim##*x}" "$file"
|
imgcat -W "${dim%%x*}" -H "${dim##*x}" "$file"
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ ba = "ba"
|
|||||||
fo = "fo"
|
fo = "fo"
|
||||||
enew = "enew"
|
enew = "enew"
|
||||||
tabe = "tabe"
|
tabe = "tabe"
|
||||||
|
Iterm = "Iterm"
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
extend-exclude = ["README.md"]
|
extend-exclude = ["README.md"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user