2015-12-25 00:17:42 +00:00
|
|
|
diff --git a/etc/config.fish b/etc/config.fish
|
2016-05-25 23:09:16 +01:00
|
|
|
index 9be6f07..61c9ae2 100644
|
2015-12-25 00:17:42 +00:00
|
|
|
--- a/etc/config.fish
|
|
|
|
+++ b/etc/config.fish
|
2016-05-25 23:09:16 +01:00
|
|
|
@@ -12,3 +12,7 @@
|
|
|
|
# if status --is-interactiv
|
|
|
|
# ...
|
|
|
|
# end
|
|
|
|
+
|
2015-12-25 00:17:42 +00:00
|
|
|
+if test -f /etc/fish/config.fish
|
|
|
|
+ source /etc/fish/config.fish
|
|
|
|
+end
|