diff options
| -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 c2ab53b..2e10f35 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -19,5 +19,7 @@ if status is-interactive abbr ta "tmux attach -t" abbr tl "tmux ls" + set fish_greeting "" + fish_config theme choose tokyonight_storm end |
