sometimes ; required

This commit is contained in:
Wryn Wagner 2021-09-16 16:15:30 -06:00
parent e86b823910
commit 66ea5c3c57

4
env/env.zsh vendored
View File

@ -23,7 +23,9 @@ PS1_INDICATOR_SYMBOL='☕'
PS1_SEPARATOR='::'
PS1_USER='%n'
WELCOME () { { figlet 'Welcome, beautiful'; cowsay -p 'damn u sexy' } | lolcat }
WELCOME () {
{ figlet 'Welcome, beautiful'; cowsay -p 'damn u sexy'; } | lolcat
}
#####################################################################
### External Plugins / Settings #####################################