Compare commits
No commits in common. "55c50243e1142a0a9bc6058117f9fcf51c0ad779" and "4493fd1a635f9091a8e9f796afae2cd1002cac27" have entirely different histories.
55c50243e1
...
4493fd1a63
@ -4,6 +4,8 @@ set -g prefix C-o
|
|||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g set-titles-string "[#S] #W@#h (#I)"
|
set -g set-titles-string "[#S] #W@#h (#I)"
|
||||||
|
set -g status-right ""
|
||||||
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
bind-key X kill-session
|
bind-key X kill-session
|
||||||
|
|
||||||
|
@ -36,7 +36,3 @@ eval "$(starship init zsh)"
|
|||||||
if command -v bat &> /dev/null; then
|
if command -v bat &> /dev/null; then
|
||||||
alias -- cat=bat
|
alias -- cat=bat
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n $GHOSTTY_RESOURCES_DIR ]]; then
|
|
||||||
source "$GHOSTTY_RESOURCES_DIR"/shell-integration/zsh/ghostty-integration
|
|
||||||
fi
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user