Add test microphone alias

This commit is contained in:
2021-10-02 20:02:17 +01:00
parent e185e12d65
commit a9c75380a5

View File

@@ -48,7 +48,8 @@ alias \
gc="clone_from_github" \ gc="clone_from_github" \
dgit="git --git-dir ~/.config/dotfiles/.git --work-tree=$HOME" \ dgit="git --git-dir ~/.config/dotfiles/.git --work-tree=$HOME" \
sudo=doas \ sudo=doas \
.z="source ~/.config/shell/profile" .z="source ~/.config/shell/profile" \
testmic="arecord -vv -f dat /dev/null"
# Clone from labs # Clone from labs
function clone_from_labs() { function clone_from_labs() {