diff --git a/fish/config.fish b/fish/config.fish index a478420..9700b94 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -63,4 +63,7 @@ if status is-interactive set -g theme_project_dir_length 1 set -g theme_newline_cursor yes set -g theme_newline_prompt '$ ' + + # Run neofetch on each fish startup + neofetch end