removed cheat function

dev-docs
Moritz Böhme 2021-04-01 21:03:07 +02:00
parent 89c98115e6
commit d14b110f3a
1 changed files with 0 additions and 4 deletions

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)"