update some zsh aliases
This commit is contained in:
parent
f8bc82e340
commit
b3413bffdb
3 changed files with 8 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit dad0bec1fef2833561d04ea446a544fbfde92539
|
||||
Subproject commit f10b4730176b567e15911b3c1a7c5a31c82c8b8e
|
||||
|
|
@ -45,11 +45,14 @@ alias \
|
|||
## Music Streams
|
||||
lofi_url="https://youtu.be/jfKfPfyJRdk"
|
||||
nintendo_url="https://www.youtube.com/c/Henriko/live"
|
||||
synthwave_url="https://www.youtube.com/live/4xDzrJKXOOY?si=3WUrIe4TWLO-fw9m"
|
||||
alias \
|
||||
music-lofi='mpv "$lofi_url" &>/dev/null &!' \
|
||||
music-lofi-bg='ts lofi -d "mpv --no-video $lofi_url"' \
|
||||
music-ninten='mpv "$nintendo_url" &>/dev/null &!' \
|
||||
music-ninten-bg='ts lofi -d "mpv --no-video $nintendo_url"'
|
||||
music-ninten-bg='ts lofi -d "mpv --no-video $nintendo_url"' \
|
||||
music-synthwave='mpv "$synthwave_url" &>/dev/null &!' \
|
||||
music-synthwave-bg='ts lofi -d "mpv --no-video $synthwave_url"'
|
||||
|
||||
# Misc
|
||||
alias \
|
||||
|
|
|
|||
|
|
@ -48,3 +48,6 @@ help() {
|
|||
"$@" --help 2>&1 | bathelp
|
||||
}
|
||||
|
||||
fzf-jq() {
|
||||
echo '' | fzf --print-query --preview="jq -r {q} <$@"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue