diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-24 20:47:22 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-24 22:41:54 +0900 |
| commit | f0c4ee4047f3b70241bacab712642437e37fad2f (patch) | |
| tree | 45c711fb9d946001909b59d58c6eb31f6b36c0d1 /shell/key-bindings.zsh | |
| parent | de0df2422ac26edcd083d801e93635deb0786589 (diff) | |
| download | fzf-f0c4ee4047f3b70241bacab712642437e37fad2f.tar.gz | |
make lint: Perform bash script linting
Diffstat (limited to 'shell/key-bindings.zsh')
| -rw-r--r-- | shell/key-bindings.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/key-bindings.zsh b/shell/key-bindings.zsh index 46b3c2b0..bc2c8968 100644 --- a/shell/key-bindings.zsh +++ b/shell/key-bindings.zsh @@ -40,7 +40,7 @@ if [[ -o interactive ]]; then #----BEGIN INCLUDE common.sh # NOTE: Do not directly edit this section, which is copied from "common.sh". -# To modify it, one can edit "common.sh" and run "./update-common.sh" to apply +# To modify it, one can edit "common.sh" and run "./update.sh" to apply # the changes. See code comments in "common.sh" for the implementation details. __fzf_defaults() { |
