Profile update

This commit is contained in:
Kevin Cotugno 2018-02-17 11:01:17 -08:00
parent 86634ab44c
commit 9b44a643d4

11
profile
View File

@ -63,9 +63,20 @@ if [[ -f "$HOME/.ssh-sentinel.sh" ]]; then
source "$HOME/.ssh-sentinel.sh"
fi
function weather() {
loc=$1
if [[ -z "$loc" ]]; then
loc="Lake Forest, CA"
fi
curl -sSL "wttr.in/$loc?m"
}
alias e="$EDITOR"
alias s="du -sh"
alias tmux="tmux -2"
alias l="ls -lah"
alias ll="ls -lh"
alias la="ls -lah"