From 946229142e74d085eb1d31a57edbab4eadf9cd6e Mon Sep 17 00:00:00 2001
From: aktersnurra <gustaf.rydholm@gmail.com>
Date: Sun, 7 Feb 2021 22:20:33 +0100
Subject: fixed tmux and changed airline theme

---
 .config/nvim/themes/airline.vim | 2 +-
 .config/tmux/.tmux.conf         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/nvim/themes/airline.vim b/.config/nvim/themes/airline.vim
index 14f9f22..f6f73b4 100644
--- a/.config/nvim/themes/airline.vim
+++ b/.config/nvim/themes/airline.vim
@@ -11,7 +11,7 @@ let g:airline_left_sep = ''
 let g:airline_right_sep = ''
 
 " Switch to your current theme
-let g:airline_theme = 'onedark'
+let g:airline_theme = 'pywal'
 
 " Always show tabs
 set showtabline=2
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
-- 
cgit v1.2.3-70-g09d2