mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
13 lines
257 B
Diff
13 lines
257 B
Diff
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
|