diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-03 00:15:24 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-03 00:15:24 +0300 |
commit | 74456ddfdb8be3d556c16e589c9aeb42eea54d37 (patch) | |
tree | 698cb41f8e1569a62815b76fbd1d8dd2fbc33fd6 /dotfiles/.config/zsh | |
parent | f5596952871a0e01bc888dca4dab6d67cf265ecf (diff) | |
download | swayrice-74456ddfdb8be3d556c16e589c9aeb42eea54d37.tar.gz swayrice-74456ddfdb8be3d556c16e589c9aeb42eea54d37.zip |
sway keybind to seek music in mpd
Diffstat (limited to 'dotfiles/.config/zsh')
-rw-r--r-- | dotfiles/.config/zsh/shortcuts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/zsh/shortcuts b/dotfiles/.config/zsh/shortcuts index cf21f0a..30b2a1e 100644 --- a/dotfiles/.config/zsh/shortcuts +++ b/dotfiles/.config/zsh/shortcuts @@ -8,7 +8,7 @@ alias ls="ls -hN --color=auto --group-directories-first" alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" alias units="units -H ''" weath() { curl wttr.in/$1 ;} # Check the weather (give city or leave blank). -corona() { curl https://corona-stats.online/$1 ;} # It's corona time +corona() { curl -s https://corona-stats.online/$1 ;} # It's corona time wintitle() { printf "\033]2;%s\a" "$1";} # Generic shortcuts |