diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-06-13 14:15:14 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-06-13 14:15:14 +0300 |
commit | bd98ceb916d838f144f9e6c55bfbb11f33ed906b (patch) | |
tree | 9592ed8b741faa0ad85105a2273872827be292d2 /dotfiles/.config/zsh | |
parent | 6f705db1505a20c3bd5b56c11d318f5e4c6fbda7 (diff) | |
download | swayrice-bd98ceb916d838f144f9e6c55bfbb11f33ed906b.tar.gz swayrice-bd98ceb916d838f144f9e6c55bfbb11f33ed906b.zip |
move weath to script
Diffstat (limited to 'dotfiles/.config/zsh')
-rw-r--r-- | dotfiles/.config/zsh/shortcuts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dotfiles/.config/zsh/shortcuts b/dotfiles/.config/zsh/shortcuts index 336d7bc..4d827d3 100644 --- a/dotfiles/.config/zsh/shortcuts +++ b/dotfiles/.config/zsh/shortcuts @@ -8,7 +8,6 @@ alias ls="ls -hN --color=auto --group-directories-first" alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" alias units="units -H ''" alias trans="trans -v -pager='less -R'" -weath() { curl wttr.in/$1 ;} # Check the weather (give city or leave blank). corona() { curl -s https://corona-stats.online/$1 ;} # It's corona time wintitle() { printf "\033]2;%s\a" "$1";} |