From d14b110f3a259fb1cdd89bdf1b8dab63d4106f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Thu, 1 Apr 2021 21:03:07 +0200 Subject: [PATCH] removed cheat function --- .zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zshrc b/.zshrc index 138051e..4cd1440 100755 --- a/.zshrc +++ b/.zshrc @@ -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)"