From 669614473c443170a19f9b492b5ea7b0d22d55c3 Mon Sep 17 00:00:00 2001 From: verschmelzen Date: Sun, 22 Aug 2021 14:31:30 +0300 Subject: [PATCH] Rename mentions of bindings in command scripts --- commands/tpm-clean | 2 +- commands/tpm-install | 2 +- commands/tpm-update | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/tpm-clean b/commands/tpm-clean index 9a0d5d7..37ebf9e 100755 --- a/commands/tpm-clean +++ b/commands/tpm-clean @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Tmux key-binding script. +# Tmux command script. # Scripts intended to be used via the command line are in `bin/` directory. CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/commands/tpm-install b/commands/tpm-install index 3ade3c4..37d798b 100755 --- a/commands/tpm-install +++ b/commands/tpm-install @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Tmux key-binding script. +# Tmux command script. # Scripts intended to be used via the command line are in `bin/` directory. CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/commands/tpm-update b/commands/tpm-update index 28cc281..f29227b 100755 --- a/commands/tpm-update +++ b/commands/tpm-update @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Tmux key-binding script. +# Tmux command script. # Scripts intended to be used via the command line are in `bin/` directory. # This script: