diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 16:04:11 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 16:04:11 -0400 |
commit | f8d7528a5a6ee83536ad397bbad8c46f5984d61f (patch) | |
tree | 2af66ef2f73442300066ec3b3a708740857afa8c /.profile | |
parent | 8d5dd1b09ca02e869c89ac87f89bc790bc7c29ee (diff) | |
parent | d383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (diff) |
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Conflicts:
.emacs
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |