You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iso/crystal/airootfs/etc/skel/.zshrc

18 lines
249 B
Bash

PROMPT="%n@%m %~ %# "
credentials() {
echo "Live Credentials -"
echo "crystal: crystal // root: crystal"
echo
}
main() {
clear
neofetch
credentials
cowsay \
"Don't forget to set up Wi-Fi in the Settings app if required!"
}
main