Rename mentions of bindings in command scripts

This commit is contained in:
verschmelzen 2021-08-22 14:31:30 +03:00
parent d268711866
commit 669614473c
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Tmux key-binding script. # Tmux command script.
# Scripts intended to be used via the command line are in `bin/` directory. # Scripts intended to be used via the command line are in `bin/` directory.
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Tmux key-binding script. # Tmux command script.
# Scripts intended to be used via the command line are in `bin/` directory. # Scripts intended to be used via the command line are in `bin/` directory.
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Tmux key-binding script. # Tmux command script.
# Scripts intended to be used via the command line are in `bin/` directory. # Scripts intended to be used via the command line are in `bin/` directory.
# This script: # This script: