summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 16:04:11 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 16:04:11 -0400
commitf8d7528a5a6ee83536ad397bbad8c46f5984d61f (patch)
tree2af66ef2f73442300066ec3b3a708740857afa8c /.profile
parent8d5dd1b09ca02e869c89ac87f89bc790bc7c29ee (diff)
parentd383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (diff)
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Conflicts: .emacs
Diffstat (limited to '.profile')
-rw-r--r--.profile11
1 files changed, 8 insertions, 3 deletions
diff --git a/.profile b/.profile
index 19f7225..98289d6 100644
--- a/.profile
+++ b/.profile
@@ -6,11 +6,11 @@
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
-#umask 022
+umask 022
# set PATH so it includes user's private bin if it exists
-if [ -d "$HOME/bin" ]; then
- export PATH="$HOME/bin:$PATH"
+if [ -d "$HOME/.prefix/bin" ]; then
+ export PATH="$HOME/.prefix/bin:$PATH"
fi
# if running bash
@@ -29,3 +29,8 @@ if [ -f "$HOME/.selected_editor" ]; then
export EDITOR="${EDITOR:-$SELECTED_EDITOR}"
export VISUAL="${VISUAL:-$SELECTED_EDITOR}"
fi
+
+alsactl --file $HOME/.alsa.save restore
+daemon emacs --daemon
+daemon sysfiles
+daemon maildirproc