diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 22:02:24 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 22:02:24 +0200 |
| commit | e290ff69667fa4a6506399a961fa65231f6572ea (patch) | |
| tree | 23d6194dcf2fcb7c423596bbd55592b23b160dc6 /.config/fish/config.fish | |
| parent | 21c07c3db6f5683124f769a5fd89de4fdbd3053a (diff) | |
.fish: add and enable tokyongiht_storm theme
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d714361..1c03131 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,3 +1,5 @@ if status is-interactive # Commands to run in interactive sessions can go here + + fish_config theme choose tokyonight_storm end |
