diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-04-27 21:21:58 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-04-27 21:21:58 -0600 |
commit | ade8a99c1efd3a77fc22b96cc0ea9cd2af341491 (patch) | |
tree | 865f3f9888fd08c1403e9004a923ae3ab19a173c /tmux.config | |
parent | 309766d94c9ef91c2d331f71c995c07c4a521c48 (diff) |
Using own version of sessionist for now
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.config b/tmux.config index 90e7590..9f41a64 100644 --- a/tmux.config +++ b/tmux.config @@ -75,7 +75,7 @@ run-shell "bash ~/.tmux/check_os.sh" # List of plugins set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sessionist' +set -g @plugin 'thornycrackers/tmux-sessionist' set -g @plugin 'thornycrackers/tmux-drawer' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) |