summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 14:57:54 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 14:57:54 -0400
commit41be5454a224acda28025ac2a67d9ca27c80b5e9 (patch)
tree44e44674d354389ffb6317b2d74287d459e786b9 /.profile
parent02f90b5bd4181f92332f50f547ab653054126246 (diff)
Save/Load the alsa state from .alsa.save
* .profile: load .alsa.save on login * .bash_logout: save the stat on logout * Makefile: save the state * .git.info.exclude: ignore .alsa.save
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index a086b00..ec14112 100644
--- a/.profile
+++ b/.profile
@@ -29,3 +29,5 @@ if [ -f "$HOME/.selected_editor" ]; then
export EDITOR="${EDITOR:-$SELECTED_EDITOR}"
export VISUAL="${VISUAL:-$SELECTED_EDITOR}"
fi
+
+alsactl --file $HOME/.alsa.save restore