mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Add further checks to unicode_start to see that the command exists
darcs-hash:20060310135129-ac50b-8345a137b73e91084ad82cba06413580e3ca87e7.gz
This commit is contained in:
parent
6222d00ffc
commit
102b99a17b
1 changed files with 4 additions and 2 deletions
|
@ -58,9 +58,11 @@ end
|
||||||
# situation as well?
|
# situation as well?
|
||||||
#
|
#
|
||||||
|
|
||||||
if expr "$LANG" : ".*[Uu][Tt][Ff]" >/dev/null
|
if expr "$LANG" : ".*\.[Uu][Tt][Ff].*" >/dev/null
|
||||||
if test linux = "$TERM"
|
if test linux = "$TERM"
|
||||||
unicode_start ^/dev/null
|
if which unicode_start >/dev/null
|
||||||
|
unicode_start
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue