mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2025-02-26 14:19:48 -05:00
Perfer fastfetch over neofetch in installed
This commit is contained in:
parent
5a51366ed7
commit
1d99fccc0f
7
.zshrc
7
.zshrc
@ -130,4 +130,9 @@ export PATH="$PATH:$HOME/.cargo/bin"
|
||||
#StarShip prompt
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
neofetch
|
||||
# Run fastfetch if it exist, otherwise neofetch
|
||||
if type fastfetch >/dev/null 2>&1; then
|
||||
fastfetch
|
||||
else
|
||||
neofetch
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user