1commit 0ec07a7018bd69513b0bca6e2f22dbf8575a5b5e 2Author: Jakob Gillich <jakob@gillich.me> 3Date: Fri Dec 25 01:59:29 2015 +0100 4 5 load /etc/fish/config.fish if it exists 6 7diff --git a/etc/config.fish b/etc/config.fish 8index 0683f40..33f4da7 100644 9--- a/etc/config.fish 10+++ b/etc/config.fish 11@@ -37,3 +37,6 @@ if status --is-login 12 end 13 end 14 15+if test -f /etc/fish/config.fish 16+ source /etc/fish/config.fish 17+end