Switched from zsh to fish
Add neomutt config Add mpd config Update bspwm config Update sxhkd config Update qutebrowser config Update tmux config Update xinitrc
This commit is contained in:
@@ -17,6 +17,10 @@ for live_session in $live_sessions;do
|
||||
live_session_name=$(echo $live_session | cut -d: -f1)
|
||||
if [ -z "${all_sessions##*$live_session_name*}" ];then # see https://stackoverflow.com/questions/229551/how-to-check-if-a-string-contains-a-substring-in-bash
|
||||
all_sessions="$(echo "$all_sessions" | sed "s/$live_session_name/$live_session/g")"
|
||||
else
|
||||
all_sessions="$all_sessions
|
||||
$live_session"
|
||||
# Okay I know this is ugly it is 5:13 my brain is not working
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'uttarayan21/tmux-wombat'
|
||||
set -g @plugin 'uttarayan21/tmux-notmuch'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
|
||||
|
||||
@@ -15,7 +16,7 @@ set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
# load plugin manager
|
||||
run -b '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
set -g default-terminal 'screen-256color'
|
||||
set -g default-terminal 'tmux-256color'
|
||||
set -ga terminal-overrides ',*256col*:Tc'
|
||||
set-option -sa terminal-overrides ',alacritty:RGB'
|
||||
set-option -g focus-events on
|
||||
|
||||
Reference in New Issue
Block a user