Add an alias to play PCM files with aplay

This commit is contained in:
2019-02-16 11:23:16 +01:00
parent 644ed8736f
commit ab439f2180
+1
View File
@@ -134,6 +134,7 @@ starttransfer: %{time_starttransfer} | \
total: %{time_total} | \
size: %{size_download}\n"'
alias ssh-fp='echo /etc/ssh/ssh_host_*_key.pub | xargs -n1 ssh-keygen -l -f'
alias aplay_pcm='aplay -t raw -c 2 -r 44100 -f S16_LE'
function git-remaster() {
local need_stash="$(git status --porcelain)"