mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-11-12 23:28:47 +00:00
7 lines
184 B
Bash
Executable File
7 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
# (I)nstalls all plugins
|
|
tmux bind-key I run-shell "$CURRENT_DIR/sync_plugins.sh >/dev/null 2>&1"
|