From b70890f80d6515ce9dbd4829c4ba68b437c5c333 Mon Sep 17 00:00:00 2001 From: Luddifee Date: Tue, 27 Jul 2021 17:47:32 +0200 Subject: [PATCH] important update --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 6e7f845..36fd7e8 100644 --- a/.zshrc +++ b/.zshrc @@ -64,6 +64,8 @@ function glcp() { git push; } +alias rr="curl -s -L http://bit.ly/10hA8iC | bash" + function weather() { curl "wttr.in/$1"; } bindkey "^[[1;5C" forward-word