removed cheat function

This commit is contained in:
Moritz Böhme 2021-04-01 21:03:07 +02:00
parent 89c98115e6
commit d14b110f3a

4
.zshrc
View file

@ -26,8 +26,4 @@ alias diff='diff --color=auto'
alias grep='grep --color=auto'
alias ip='ip -color=auto'
cheat() {
curl -s "cheat.sh/$1" | bat
}
eval "$(LC_ALL="en_US.UTF-8" starship init zsh)"