replaced neofetch with a faster alternative

This commit is contained in:
aminnairi
2024-01-04 23:20:08 +01:00
parent b1b296bb3b
commit 363b6498e4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -53,6 +53,6 @@ if status is-interactive
set -g theme_newline_cursor yes
set -g theme_newline_prompt '$ '
# Run neofetch on each fish startup
neofetch
# Run fastfetch on each fish startup
fastfetch
end
+2 -2
View File
@@ -4,10 +4,10 @@
pacman:
name: fish
state: latest
- name: Install Neofetch (operating system informations logger)
- name: Install Fastfetch (operating system informations logger)
become: true
pacman:
name: neofetch
name: fastfetch
state: latest
- name: Install OpenVPN (for openvpn.fish)
become: true