From 8c493456ce51adab6530626825bf97fd1f3f64d4 Mon Sep 17 00:00:00 2001 From: DazAh <9095216+DazAh@users.noreply.github.com> Date: Sun, 13 Oct 2019 02:29:38 +0100 Subject: [PATCH] modified: dot_zshrc --- dot_zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index a2fa46d..b8f2a35 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -108,6 +108,13 @@ alias find="fd" alias fv='vim $(fzf --height 40%)' alias vim='nvim' alias ohmyzsh="vim ~/.oh-my-zsh" +alias weather='curl https://wttr.in/Liverpool' +alias y='youtube-dl' + +function cheat() { + curl https://cheat.sh/$1 +} + # #Completions (rustup, chezmoi?,)