aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/fish.in4
-rw-r--r--init/fish_interactive.fish.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/init/fish.in b/init/fish.in
index efaa8a32..54eb0b2e 100644
--- a/init/fish.in
+++ b/init/fish.in
@@ -67,6 +67,10 @@ for i in DISPLAY
end
end
+function _ -d "Alias for the gettext command"
+ gettext fish $argv
+end
+
#
# Load additional initialization files
#
diff --git a/init/fish_interactive.fish.in b/init/fish_interactive.fish.in
index 42dbc39b..af066cca 100644
--- a/init/fish_interactive.fish.in
+++ b/init/fish_interactive.fish.in
@@ -6,10 +6,6 @@ if not status --is-interactive
exit
end
-function _ -d "Alias for the gettext command"
- gettext fish $argv
-end
-
#
# Print a greeting
#