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: