diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-11 21:42:10 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-11 21:42:10 -0400 |
commit | 687a64c30fa70eb2a27cba09599c33a68b18d910 (patch) | |
tree | 69c2ccd1b00528d725c7c758adf37daf0b729b34 /tmux | |
parent | d2caf851eac8284d134f5a440b65a492dd08039f (diff) |
Adds git-bash-prompt
Also makes minor changes to other files
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 90ed13c..54e496b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -14,4 +14,7 @@ bind h select-pane -L bind l select-pane -R -set -g status-bg magenta +#set -g status-bg magenta + + +set -g mouse on |