diff --git a/alacritty/hezkore.toml b/alacritty/hezkore.toml index c5332a8..386ba37 100644 --- a/alacritty/hezkore.toml +++ b/alacritty/hezkore.toml @@ -24,3 +24,6 @@ background = "#1e1f29" [mouse] hide_when_typing = true + +[env] +TERM = "xterm-256color" \ No newline at end of file diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 83ec2b4..4a4d290 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,5 @@ +bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display-message "Config reloaded!" + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'dracula/tmux'