From 8b513e36dbb0fb3e3ce907c59e73cda36e3e8c72 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 28 Dec 2016 23:58:23 -0800 Subject: [PATCH] [Linux] Add notify-osd path --- dotfiles/lib/shellpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index bb0dcd49..85e4d95a 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -26,7 +26,7 @@ function _setup_env { } function _linux_path_setup { - add_to_path "/usr/lib/gnome-settings-daemon" + add_to_path "/usr/lib/gnome-settings-daemon" "/usr/lib/notify-osd-customizable" } function _osx_path_setup {