running neofetch whenever starting a new shell

This commit is contained in:
aminnairi
2023-12-02 16:47:56 +01:00
parent fa986bba4b
commit 96413ea0a1
+3
View File
@@ -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