Fix ghostty theme names, simplify prompt to hostname-first
- Theme names need spaces: "Catppuccin Mocha" not "catppuccin-mocha" - Prompt now shows hostname instead of username: " FredOS-Gaming ~" - Disable default fish greeting message Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a93996444d
commit
134d597ac5
2 changed files with 6 additions and 9 deletions
|
|
@ -19,7 +19,7 @@
|
|||
home.file.".config/ghostty/config".text = ''
|
||||
font-family = FiraCode Nerd Font
|
||||
font-size = 11
|
||||
theme = dark:catppuccin-mocha,light:catppuccin-latte
|
||||
theme = dark:Catppuccin Mocha,light:Catppuccin Latte
|
||||
window-padding-x = 10
|
||||
window-padding-y = 10
|
||||
confirm-close-surface = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue