diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-11-08 11:18:36 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-11-08 11:18:36 +0900 |
| commit | f5f0b9ecaa92996d741eab79291e7c583635f284 (patch) | |
| tree | 5b9e85eb74a339760f523027639302d8838c31e0 /bin/fzf-preview.sh | |
| parent | 230fc49ae216169f9812adcf8942bba3993e61e0 (diff) | |
| download | fzf-f5f0b9ecaa92996d741eab79291e7c583635f284.tar.gz | |
Fix a typo
Diffstat (limited to 'bin/fzf-preview.sh')
| -rwxr-xr-x | bin/fzf-preview.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fzf-preview.sh b/bin/fzf-preview.sh index 8991e3de..09cdda7c 100755 --- a/bin/fzf-preview.sh +++ b/bin/fzf-preview.sh @@ -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 elif command -v imgcat > /dev/null; then # 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. imgcat -W "${dim%%x*}" -H "${dim##*x}" "$file" |
