removed cheat function
This commit is contained in:
parent
89c98115e6
commit
d14b110f3a
1 changed files with 0 additions and 4 deletions
4
.zshrc
4
.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)"
|
||||
|
|
Loading…
Reference in a new issue