diff --git a/bash/.bash_profile b/bash/.bash_profile index 031ab84..02b0ae8 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -7,6 +7,6 @@ fi # User specific environment and startup programs -PATH=$PATH:$HOME/.local/bin:$HOME/bin +PATH=$PATH:$HOME/.local/bin:$HOME/bin:/var/lib/flatpak/exports/bin export PATH diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e646206..a9fb878 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -65,7 +65,7 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" ### ## Basic status bar colors -set-option -g status-bg default +set-option -g status-bg black set-option -g status-fg white ## Left side of status bar @@ -95,8 +95,8 @@ set-option -g pane-border-style fg=colour238,bg=default set-option -g pane-active-border-style fg=colour4,bg=default # Pane number indicator -set-option -g display-panes-colour brightblack -set-option -g display-panes-active-colour brightwhite +#set-option -g display-panes-colour brightblack +#set-option -g display-panes-active-colour brightwhite # Clock mode set-option -g clock-mode-colour white