Skip to content

Commit d439f19

Browse files
committed
removed alias for rainbow cowsay
1 parent 7bf2b34 commit d439f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ alias v="nvim"
288288

289289
# ------------ run these on startup ------------
290290
# echo $ZSH_THEME
291-
alias say="fortune | cowsay -f \"$(ls /usr/share/cowsay/cows | sort -R | head -1)\" | lolcat"
291+
# alias say="fortune | cowsay -f \"$(ls /usr/share/cowsay/cows | sort -R | head -1)\" | lolcat"
292292

293293
unsetopt BEEP
294294
# Turn off autocomplete beeps

0 commit comments

Comments
 (0)