diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-21 12:21:55 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-21 12:21:55 -0400 |
commit | 39bd672b152e7b15f0b34fd06572ca3a14bf877c (patch) | |
tree | 098c1b1588fdcd7900fa14b77045aef068d68aea /.profile | |
parent | f6da1d4c86d944d2d4f0fdc1b635dde23295c039 (diff) |
redo alsa stuff
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ export _JAVA_OPTIONS # ALSA if [ -x "`which alsactl 2>/dev/null`" ]; then - alsactl --file $HOME/.alsa.save restore &> /dev/null || true + alsactl restore "$HOME/.current.asound" &> /dev/null || true fi # X11 |