This commit is contained in:
Alexander Navarro 2023-02-15 19:19:28 -03:00
parent 117b20bb7b
commit d1a84e4699
1926 changed files with 257334 additions and 11 deletions

View file

@ -398,13 +398,13 @@ font:
# - (macOS) /bin/bash --login
# - (Linux/BSD) user login shell
# - (Windows) powershell
shell:
program: /bin/zsh
args:
- -l
- -c
# Open tmux session selector on startup
- "source ~/.config/zsh/functions/tmux.zsh && tm || echo 'Error running tmux...'"
# shell:
# program: /bin/zsh
# args:
# - -l
# - -c
# # Open tmux session selector on startup
# - "source ~/.config/zsh/functions/tmux.zsh && tm || echo 'Error running tmux...'"
# Startup directory
#
# Directory the shell is started in. If this is unset, or `None`, the working

View file

@ -40,11 +40,11 @@ alias \
## Music Streams
lofi_url="https://youtu.be/jfKfPfyJRdk"
nintendo_url="https://youtu.be/Ns_uXoOJ7iw"
nintendo_url="https://www.youtube.com/c/Henriko/live"
alias \
music-lofi='celluloid "$lofi_url" &>/dev/null &!' \
music-lofi='mpv "$lofi_url" &>/dev/null &!' \
music-lofi-bg='ts lofi -d "mpv --no-video $lofi_url"' \
music-ninten='celluloid "$nintendo_url" &>/dev/null &!' \
music-ninten='mpv "$nintendo_url" &>/dev/null &!' \
music-ninten-bg='ts lofi -d "mpv --no-video $nintendo_url"'
#--------------------------------------------------------------------#