diff --git a/scripts/shell/aliases.sh b/scripts/shell/aliases.sh index 4b922d7..f5c65e6 100644 --- a/scripts/shell/aliases.sh +++ b/scripts/shell/aliases.sh @@ -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' diff --git a/scripts/shell/exports.sh b/scripts/shell/exports.sh index e31bdcf..8e9ba53 100644 --- a/scripts/shell/exports.sh +++ b/scripts/shell/exports.sh @@ -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"