diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-07 22:20:33 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-07 22:20:33 +0100 |
commit | 946229142e74d085eb1d31a57edbab4eadf9cd6e (patch) | |
tree | 3dcbbaa3a32677160dff9173579c5461168a0907 /.config/tmux/.tmux.conf | |
parent | 84c728b0afc911291f8de6e96e4a32dbde668a46 (diff) |
fixed tmux and changed airline theme
Diffstat (limited to '.config/tmux/.tmux.conf')
-rw-r--r-- | .config/tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 539a778..c45dd50 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -53,7 +53,7 @@ bind -n S-Right next-window set -sg escape-time 0 # Reload tmux config -bind r source-file ~/.tmux.conf +bind r source-file ~/.config/tmux/.tmux.conf # THEME set -g status-bg black |