diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index 943e9452..3b89f27e 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -11,7 +11,7 @@ function _setup_env { add_to_path "/usr/local/sbin" "/usr/local/bin" "/usr/bin" --after _ruby_setup - is_osx && _osx_path_setup + is_osx && _osx_path_setup || _linux_path_setup _emacs_setup _haskell_setup _java_setup @@ -22,6 +22,10 @@ function _setup_env { export ENVIRONMENT_SETUP_DONE="$(date)" } +function _linux_path_setup { + add_to_path "/usr/lib/gnome-settings-daemon" +} + function _osx_path_setup { if command_exists "brew"; then