Added customizable welcome and ps1
This commit is contained in:
5
zsh/rc
5
zsh/rc
@ -37,4 +37,7 @@ SET_PREFERRED_EDITOR
|
||||
|
||||
|
||||
# --- welcome message ----------------------------------------------
|
||||
exec figlet "Welcome, beautiful" | lolcat; echo; cowsay -p "damn u sexy" | lolcat;
|
||||
CUSTOM_WELCOME="$HOME/.config/wryn/custom-welcome"
|
||||
[ -f "$CUSTOM_WELCOME" ] \
|
||||
&& { "$CUSTOM_WELCOME" } \
|
||||
|| { exec figlet "Welcome, beautiful" | lolcat; echo; cowsay -p "damn u sexy" | lolcat; }
|
||||
|
Reference in New Issue
Block a user