added weather alias
parent
1e2f7401fb
commit
092d0b24a6
1
.bashrc
1
.bashrc
|
|
@ -21,6 +21,7 @@ alias gita="git add ."
|
|||
alias gitc="git commit -m"
|
||||
alias gitp="git push"
|
||||
|
||||
alias weather="curl https://wttr.in/"
|
||||
|
||||
function gitf() {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue