commit 0402d1dd496294462999f56ee65457765f35fab5
parent df7d489f528e80c7443500a1498fb04811342aee
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 18 Jun 2021 22:23:25 -0400
Remove sound device definitions from .profile
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/.profile b/.profile
@@ -9,11 +9,6 @@ fi
PATH="$PATH:/usr/local/go/bin/"
export GOPATH="$HOME/docs/proj/go"
-# sndiod audio device preferences
-export AUDIODEVICE=snd/1
-export AUDIORECDEVICE=snd/2
-export AUDIOPLAYDEVICE=snd/1
-
# Set the XDG specification directories
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"