mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Adding new aliases.
This commit is contained in:
10
.bashrc
10
.bashrc
@@ -207,6 +207,16 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
||||
# receive the key of a developer
|
||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||
|
||||
# Play audio files in current dir by type
|
||||
alias playwav='deadbeef *.wav'
|
||||
alias playogg='deadbeef *.ogg'
|
||||
alias playmp3='deadbeef *.mp3'
|
||||
|
||||
# Play video files in current dir by type
|
||||
alias playavi='vlc *.avi'
|
||||
alias playmov='vlc *.mov'
|
||||
alias playmp4='vlc *.mp4'
|
||||
|
||||
# youtube-dl
|
||||
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
||||
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
||||
|
||||
@@ -301,6 +301,16 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
||||
# receive the key of a developer
|
||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||
|
||||
# Play audio files in current dir by type
|
||||
alias playwav='deadbeef *.wav'
|
||||
alias playogg='deadbeef *.ogg'
|
||||
alias playmp3='deadbeef *.mp3'
|
||||
|
||||
# Play video files in current dir by type
|
||||
alias playavi='vlc *.avi'
|
||||
alias playmov='vlc *.mov'
|
||||
alias playmp4='vlc *.mp4'
|
||||
|
||||
# youtube-dl
|
||||
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
||||
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
||||
|
||||
10
.zshrc
10
.zshrc
@@ -203,6 +203,16 @@ alias gpg-check="gpg2 --keyserver-options auto-key-retrieve --verify"
|
||||
# receive the key of a developer
|
||||
alias gpg-retrieve="gpg2 --keyserver-options auto-key-retrieve --receive-keys"
|
||||
|
||||
# Play audio files in current dir by type
|
||||
alias playwav='deadbeef *.wav'
|
||||
alias playogg='deadbeef *.ogg'
|
||||
alias playmp3='deadbeef *.mp3'
|
||||
|
||||
# Play video files in current dir by type
|
||||
alias playavi='vlc *.avi'
|
||||
alias playmov='vlc *.mov'
|
||||
alias playmp4='vlc *.mp4'
|
||||
|
||||
# youtube-dl
|
||||
alias yta-aac="youtube-dl --extract-audio --audio-format aac "
|
||||
alias yta-best="youtube-dl --extract-audio --audio-format best "
|
||||
|
||||
Reference in New Issue
Block a user