diff options
author | William Carroll <wpcarro@gmail.com> | 2016-11-30T18·23-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-11-30T18·23-0500 |
commit | cb9bc6578b05bbe227c2c3bdba2ab198382ec362 (patch) | |
tree | 96f4ff823cd8f55bcfb66c7cf001b80eda34fc8d | |
parent | 2ae50411ff76ebe9aa39dd8fd493d182edd9cf47 (diff) |
Removes tmux colorscheme from config file
-rw-r--r-- | configs/.tmux.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index 904c95892c53..9b2c3d96db65 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -1,5 +1,3 @@ -source-file "${HOME}/makersquare/tmux-themepack/powerline/block/green.tmuxtheme" - unbind C-b set -g prefix C-a bind C-a send-prefix |