From 7301fc24ecefedc6a4604eb5ad5bcf5cdb57d194 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Sep 2016 16:47:32 -0700 Subject: [PATCH] [Linux] Add gnome-settings-daemon to path --- dotfiles/lib/shellpath.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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