BROWSER to qutebrowser; add weather alias

Signed-off-by: Tommy Harris <tobraha@tilde.team>
This commit is contained in:
Tommy Harris 2021-09-07 14:18:42 -06:00
parent ab732467b9
commit 67606e9a54
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
2 changed files with 2 additions and 1 deletions

View File

@ -19,3 +19,4 @@ alias glod="git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgre
alias datto='ssh partner@partner-ssh.datto.com'
alias bpytop='git -C $HOME/repo/bpytop pull --rebase > /dev/null 2>&1 ; $HOME/repo/bpytop/bpytop.py'
alias weather='curl wttr.in; printf "\n\n -Press ENTER for v2 details-\n\n"; read; curl v2.wttr.in'

View File

@ -1,6 +1,6 @@
# exports - sourced by .zshrc
export BROWSER="/usr/bin/firefox"
export BROWSER="/usr/bin/qutebrowser"
export EDITOR="emacs"
export TZ="America/Denver"