Compare commits

...

2 Commits

Author SHA1 Message Date
55c50243e1
🔧 zsh: ghostty integration 2025-02-15 17:37:41 -05:00
4b1c957f9c
🔥 tmux config cleanup 2025-02-15 17:37:16 -05:00
2 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,6 @@ set -g prefix C-o
set -g mouse on
set -g set-titles on
set -g set-titles-string "[#S] #W@#h (#I)"
set -g status-right ""
set -g default-terminal "screen-256color"
bind-key X kill-session

View File

@ -36,3 +36,7 @@ eval "$(starship init zsh)"
if command -v bat &> /dev/null; then
alias -- cat=bat
fi
if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then
source "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration
fi