chore: init pfetch
parent
054cbff09c
commit
f98b981c6a
|
@ -82,6 +82,11 @@ if command -v vivid &> /dev/null; then
|
||||||
export LS_COLORS="$(vivid generate catppuccin-mocha)"
|
export LS_COLORS="$(vivid generate catppuccin-mocha)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# https://github.com/dylanaraps/pfetch
|
||||||
|
if command -v pfetch &> /dev/null; then
|
||||||
|
pfetch
|
||||||
|
fi
|
||||||
|
|
||||||
# https://github.com/shlomif/fortune-mod
|
# https://github.com/shlomif/fortune-mod
|
||||||
if command -v fortune &> /dev/null; then
|
if command -v fortune &> /dev/null; then
|
||||||
fortune
|
fortune
|
||||||
|
|
Loading…
Reference in New Issue