Compare commits
	
		
			2 Commits
		
	
	
		
			4493fd1a63
			...
			55c50243e1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						55c50243e1
	
				 | 
					
					
						|||
| 
						
						
							
						
						4b1c957f9c
	
				 | 
					
					
						
@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user