diff options
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 1c03131..cea867d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,5 +1,6 @@ if status is-interactive # Commands to run in interactive sessions can go here + starship init fish | source fish_config theme choose tokyonight_storm end |
