33 items
NAME ↑ SIZE MODIFIED PERMS ACTIONS
.. / Parent Directory
alt_mod_passenger.sh — 55 B
2026-05-14 15:12 · rw-r--r--
55 B 2026-05-14 15:12 rw-r--r--
bash_completion.sh — 726 B
2024-04-30 14:42 · rw-r--r--
726 B 2024-04-30 14:42 rw-r--r--
colorgrep.csh — 196 B
2022-01-31 20:20 · rw-r--r--
196 B 2022-01-31 20:20 rw-r--r--
colorgrep.sh — 201 B
2022-01-31 20:20 · rw-r--r--
201 B 2022-01-31 20:20 rw-r--r--
colorls.csh — 1.55 KB
2025-03-12 11:38 · rw-r--r--
1.55 KB 2025-03-12 11:38 rw-r--r--
colorls.sh — 1.4 KB
2025-03-12 11:38 · rw-r--r--
1.4 KB 2025-03-12 11:38 rw-r--r--
colorsysstat.csh — 69 B
2024-10-02 19:53 · rw-r--r--
69 B 2024-10-02 19:53 rw-r--r--
colorsysstat.sh — 56 B
2024-10-02 19:53 · rw-r--r--
56 B 2024-10-02 19:53 rw-r--r--
colorxzgrep.csh — 162 B
2022-06-08 08:25 · rw-r--r--
162 B 2022-06-08 08:25 rw-r--r--
colorxzgrep.sh — 183 B
2022-06-08 08:25 · rw-r--r--
183 B 2022-06-08 08:25 rw-r--r--
colorzgrep.csh — 216 B
2022-10-15 14:24 · rw-r--r--
216 B 2022-10-15 14:24 rw-r--r--
colorzgrep.sh — 220 B
2022-10-15 14:24 · rw-r--r--
220 B 2022-10-15 14:24 rw-r--r--
crontab.sh — 175 B
2024-11-26 09:26 · rw-r--r--
175 B 2024-11-26 09:26 rw-r--r--
csh.local — 80 B
2024-04-03 18:29 · rw-r--r--
80 B 2024-04-03 18:29 rw-r--r--
debuginfod.csh — 962 B
2025-09-21 15:47 · rw-r--r--
962 B 2025-09-21 15:47 rw-r--r--
debuginfod.sh — 923 B
2025-09-21 15:47 · rw-r--r--
923 B 2025-09-21 15:47 rw-r--r--
flatpak.sh — 831 B
2024-04-17 17:19 · rw-r--r--
831 B 2024-04-17 17:19 rw-r--r--
gawk.csh — 1.08 KB
2019-08-28 18:54 · rw-r--r--
1.08 KB 2019-08-28 18:54 rw-r--r--
gawk.sh — 757 B
2019-08-28 18:54 · rw-r--r--
757 B 2019-08-28 18:54 rw-r--r--
golang.sh — 138 B
2024-11-25 21:13 · rw-r--r--
138 B 2024-11-25 21:13 rw-r--r--
lang.csh — 3.34 KB
2020-06-23 06:11 · rw-r--r--
3.34 KB 2020-06-23 06:11 rw-r--r--
lang.sh — 3.11 KB
2020-06-23 06:11 · rw-r--r--
3.11 KB 2020-06-23 06:11 rw-r--r--
less.csh — 500 B
2025-09-21 11:44 · rw-r--r--
500 B 2025-09-21 11:44 rw-r--r--
less.sh — 253 B
2025-09-21 11:44 · rw-r--r--
253 B 2025-09-21 11:44 rw-r--r--
mc.csh — 49 B
2022-02-10 07:09 · rw-r--r--
49 B 2022-02-10 07:09 rw-r--r--
mc.sh — 153 B
2022-02-10 07:09 · rw-r--r--
153 B 2022-02-10 07:09 rw-r--r--
modules.csh LINK — 109 B
2025-09-21 09:06 · rw-r--r--
109 B 2025-09-21 09:06 rw-r--r--
modules.sh LINK — 479 B
2025-09-21 09:06 · rw-r--r--
479 B 2025-09-21 09:06 rw-r--r--
scl-init.csh — 284 B
2021-07-27 15:14 · rw-r--r--
284 B 2021-07-27 15:14 rw-r--r--
scl-init.sh — 637 B
2021-07-27 15:14 · rw-r--r--
637 B 2021-07-27 15:14 rw-r--r--
sh.local — 81 B
2024-04-03 18:29 · rw-r--r--
81 B 2024-04-03 18:29 rw-r--r--
which2.csh — 120 B
2025-08-05 06:14 · rw-r--r--
120 B 2025-08-05 06:14 rw-r--r--
which2.sh — 627 B
2025-08-05 06:14 · rw-r--r--
627 B 2025-08-05 06:14 rw-r--r--
ONLINE
profile.d
33 items
10:58:09
TERMINAL FM
Edit
Preview
Download
Rename
Copy
Chmod
Delete
# /etc/profile.d/lang.csh - exports environment variables, and provides fallback # for CJK languages that can't be displayed in console. # Resets the locale if unavailable. unset LANG_backup # If unavailable, reset to the default. Do this before reading in any # explicit user configuration. We simply check if locale emits any # warnings, and assume that the settings are invalid if it does. set locale_error=`(/usr/bin/locale >/dev/null) |& cat` if ("${locale_error}" != "") then if (${?LANG}) then setenv LANG C.UTF-8 endif unsetenv LC_ALL setenv LC_CTYPE C.UTF-8 setenv LC_NUMERIC C.UTF-8 setenv LC_TIME C.UTF-8 setenv LC_COLLATE C.UTF-8 setenv LC_MONETARY C.UTF-8 setenv LC_MESSAGES C.UTF-8 setenv LC_PAPER C.UTF-8 setenv LC_NAME C.UTF-8 setenv LC_ADDRESS C.UTF-8 setenv LC_TELEPHONE C.UTF-8 setenv LC_MEASUREMENT C.UTF-8 setenv LC_IDENTIFICATION C.UTF-8 else if (${?LANG}) then set LANG_backup=${LANG} endif endif foreach config (/etc/locale.conf "${HOME}/.i18n") if (-f "${config}") then # NOTE: We are using eval & sed here to avoid invoking of any commands & functions from those files. eval `/usr/bin/sed -r -e 's/^[[:blank:]]*([[:upper:]_]+)=([[:print:][:digit:]\._-]+|"[[:print:][:digit:]\._-]+")/setenv \1 \2;/;t;d' ${config}` endif end if (${?LANG_backup}) then setenv LANG "${LANG_backup}" endif unset LANG_backup config locale_error # ---------------------------------------------- # The LC_ALL is not supposed to be set in /etc/locale.conf according to 'man 5 locale.conf'. # If it is set, then we expect it is user's explicit override (most likely from ~/.i18n file). # See 'man 7 locale' for more info about LC_ALL. if (${?LC_ALL}) then if (${?LANG}) then if (${LC_ALL} != ${LANG}) then setenv LC_ALL else unsetenv LC_ALL endif else unsetenv LC_ALL endif endif # The ${LANG} manipulation is necessary only in virtual terminal (a.k.a. console - /dev/tty*): set in_console=`/usr/bin/tty | /usr/bin/grep -vc -e '/dev/tty'` if (${?LANG} && ${?TERM}) then if (${TERM} == 'linux' && $in_console == 0) then set utf8_used=`echo ${LANG} | /usr/bin/grep -vc -E -i -e '^.+\.utf-?8$'` if (${utf8_used} == 0) then switch (${LANG}) case en_IN*: breaksw case ja*: case ko*: case si*: case zh*: case ar*: case fa*: case he*: case *_IN*: setenv LANG en_US.UTF-8 breaksw endsw else switch (${LANG}) case en_IN*: breaksw case ja*: case ko*: case si*: case zh*: case ar*: case fa*: case he*: case *_IN*: setenv LANG en_US breaksw endsw endif # NOTE: We are not exporting the ${LANG} here again on purpose. # If user starts GUI session from console manually, then # the previously set LANG should be okay to use. endif endif unset in_console utf8_used