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 gitc="git commit -m"
|
||||||
alias gitp="git push"
|
alias gitp="git push"
|
||||||
|
|
||||||
|
alias weather="curl https://wttr.in/"
|
||||||
|
|
||||||
function gitf() {
|
function gitf() {
|
||||||
|
|
||||||
|
|
|
||||||
2
.zshrc
2
.zshrc
|
|
@ -147,6 +147,8 @@ alias serial="sudo tio -a latest"
|
||||||
|
|
||||||
alias t="wd"
|
alias t="wd"
|
||||||
|
|
||||||
|
alias weather="curl https://wttr.in/"
|
||||||
|
|
||||||
function y() {
|
function y() {
|
||||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||||
yazi "$@" --cwd-file="$tmp"
|
yazi "$@" --cwd-file="$tmp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue