[fix] Add stuff

This commit is contained in:
Uttarayan Mondal
2023-06-23 11:54:49 +05:30
parent 6eecb62230
commit 3a140c7db7
5 changed files with 9 additions and 190 deletions

View File

@@ -23,6 +23,7 @@ run -b '~/.config/tmux/plugins/tpm/tpm'
# if on macos use /opt/homebrew/bin/fish
if-shell "[ -f /usr/bin/fish ]" "set -g default-shell '/usr/bin/fish'"
if-shell "[ -f /opt/homebrew/bin/fish ]" "set -g default-shell '/opt/homebrew/bin/fish'"
if-shell "[ -f /opt/homebrew/bin/nu ]" "set -g default-shell '/opt/homebrew/bin/nu'"
set -g default-terminal 'tmux-256color'
set -ga terminal-overrides ',*256col*:Tc'