From 0e16cd0dcdb4a6c8abc8d79aa8421442d0834d39 Mon Sep 17 00:00:00 2001 From: juan Date: Mon, 20 Sep 2021 14:21:56 +0800 Subject: [PATCH] https for waybar and alias t for task --- .config/waybar/config | 2 +- .zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/waybar/config b/.config/waybar/config index c8a351c..3b4bef5 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -35,7 +35,7 @@ "format-alt": "{ifname}: {ipaddr}/{cidr}" }, "custom/weather": { - "exec": "sleep 10 && curl 'wttr.in/?format=%t+(%f)+%c'", + "exec": "sleep 10 && curl 'https://wttr.in/?format=%t+(%f)+%c'", "interval": 1800 }, "custom/player": { diff --git a/.zshrc b/.zshrc index df32e55..19cafd6 100644 --- a/.zshrc +++ b/.zshrc @@ -152,6 +152,7 @@ alias se='doas emerge' alias sp='doas pacman' alias ssh='TERM="xterm-256color" ssh' alias sv='doasedit.sh' +alias t='task' alias v='nvim' alias vw='nvim -c VimwikiIndex' alias yt-dl='youtube-dl --sub-lang en,zh-Hant --audio-format best'