diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-04-20 19:37:10 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-04-20 19:37:10 -0600 |
commit | 2dd809781527976307b47a598887062047e202c9 (patch) | |
tree | 8b29daba2c1ef072f380ef530b7e7d9256e43eb3 /mute_powerline.sh | |
parent | baeb698bb006193559fc5aa1901180a3ccc73b7a (diff) |
Making tmux configuration much easier to manage
Diffstat (limited to 'mute_powerline.sh')
-rwxr-xr-x | mute_powerline.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mute_powerline.sh b/mute_powerline.sh deleted file mode 100755 index 0c9316f..0000000 --- a/mute_powerline.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -export TMUX_POWERLINE_DIR_HOME="$(dirname $0)" -source "${TMUX_POWERLINE_DIR_HOME}/config/paths.sh" -source "${TMUX_POWERLINE_DIR_LIB}/muting.sh" -source "${TMUX_POWERLINE_DIR_LIB}/arg_processing.sh" - -side="$1" -check_arg_side "$side" -toggle_powerline_mute_status "$side" |