parent
3a2e99133d
commit
849ef693af
|
@ -92,12 +92,18 @@ if command -v nnn &>/dev/null; then
|
||||||
export NNN_PLUG="p:-preview-tui"
|
export NNN_PLUG="p:-preview-tui"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# TODO: Randomly choose which fun way to start
|
||||||
# https://github.com/dylanaraps/pfetch
|
# https://github.com/dylanaraps/pfetch
|
||||||
if command -v pfetch &>/dev/null; then
|
# if command -v pfetch &>/dev/null; then
|
||||||
pfetch
|
# pfetch
|
||||||
fi
|
# 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
|
||||||
|
# fi
|
||||||
|
|
||||||
|
# https://gitlab.com/phoneybadger/pokemon-colorscripts
|
||||||
|
if command -v pokemon-colorscripts &>/dev/null; then
|
||||||
|
pokemon-colorscripts --no-title -r 1-8
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue