Profile update
This commit is contained in:
parent
86634ab44c
commit
9b44a643d4
11
profile
11
profile
@ -63,9 +63,20 @@ if [[ -f "$HOME/.ssh-sentinel.sh" ]]; then
|
|||||||
source "$HOME/.ssh-sentinel.sh"
|
source "$HOME/.ssh-sentinel.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
function weather() {
|
||||||
|
loc=$1
|
||||||
|
if [[ -z "$loc" ]]; then
|
||||||
|
loc="Lake Forest, CA"
|
||||||
|
fi
|
||||||
|
|
||||||
|
curl -sSL "wttr.in/$loc?m"
|
||||||
|
}
|
||||||
|
|
||||||
alias e="$EDITOR"
|
alias e="$EDITOR"
|
||||||
alias s="du -sh"
|
alias s="du -sh"
|
||||||
|
|
||||||
|
alias tmux="tmux -2"
|
||||||
|
|
||||||
alias l="ls -lah"
|
alias l="ls -lah"
|
||||||
alias ll="ls -lh"
|
alias ll="ls -lh"
|
||||||
alias la="ls -lah"
|
alias la="ls -lah"
|
||||||
|
Loading…
Reference in New Issue
Block a user