diff options
| author | ache <ache@ache.one> | 2026-03-01 11:26:36 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-01 11:26:36 +0100 |
| commit | 5a06a2ea799d7b028bde21166e2c515e516b4134 (patch) | |
| tree | f5ff1784d863aa0aa5e5526bee726dc7c1d4fa8a /config.fish | |
| parent | fix: Notification beep when NOT the current window (diff) | |
feat: Create a color theme for fish
Diffstat (limited to 'config.fish')
| -rw-r--r-- | config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.fish b/config.fish index dbb6108..0b242a2 100644 --- a/config.fish +++ b/config.fish @@ -7,6 +7,8 @@ # end # end +fish_config theme choose kwaky + if type roxterm 2>/dev/null >/dev/null set -x TERMINAL roxterm end |