aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/fish.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/fish.in')
-rw-r--r--etc/fish.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/etc/fish.in b/etc/fish.in
index b010c31a..8f58950b 100644
--- a/etc/fish.in
+++ b/etc/fish.in
@@ -39,22 +39,6 @@ end
#
-# Set some value for LANG if nothing was set before, and this is a
-# login shell. Also check for i18n information in /etc/sysconfig/i18n
-#
-
-if status --is-login
- if not set -q LANG >/dev/null
- set -gx LANG en_US.UTF-8
- end
-
- if test -f /etc/sysconfig/i18n
- eval (cat /etc/sysconfig/i18n |sed -ne 's/^\([a-zA-Z]*\)=\(.*\)$/set -gx \1 \2;/p')
- end
-end
-
-
-#
# Put linux console in unicode mode. Should this be done in any other
# situation as well?
#
@@ -78,23 +62,6 @@ for i in DISPLAY
end
#
-# Alias for gettext (or a fallback if gettext isn't installed) This
-# needs to be defined here and not in fish_function.fish, since it is
-# used by other init files.
-#
-
-function _ -d "Alias for the gettext command"
- printf "%s" $argv
-end
-if test 1 = "@HAVE_GETTEXT@"
- if which gettext ^/dev/null >/dev/null
- function _ -d "Alias for the gettext command"
- gettext fish $argv
- end
- end
-end
-
-#
# Load additional initialization files
#