Compare commits

..

No commits in common. "55c50243e1142a0a9bc6058117f9fcf51c0ad779" and "4493fd1a635f9091a8e9f796afae2cd1002cac27" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -4,6 +4,8 @@ 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,7 +36,3 @@ 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