summary refs log tree commit diff
path: root/pkgs/shells/fish/etc_config.patch
blob: c0098c058124e6d1ee3787a413ea4ab99d399e0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/etc/config.fish b/etc/config.fish
index 9be6f07..61c9ae2 100644
--- a/etc/config.fish
+++ b/etc/config.fish
@@ -12,3 +12,7 @@
 # if status --is-interactiv
 #   ...
 # end
+
+if test -f /etc/fish/config.fish
+  source /etc/fish/config.fish
+end