Perfer fastfetch over neofetch in installed
This commit is contained in:
parent
5a51366ed7
commit
1d99fccc0f
1 changed files with 6 additions and 1 deletions
5
.zshrc
5
.zshrc
|
|
@ -130,4 +130,9 @@ export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
#StarShip prompt
|
#StarShip prompt
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
# Run fastfetch if it exist, otherwise neofetch
|
||||||
|
if type fastfetch >/dev/null 2>&1; then
|
||||||
|
fastfetch
|
||||||
|
else
|
||||||
neofetch
|
neofetch
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue