Merge branch 'master' of github.com:adamlsd/cshenv

This commit is contained in:
2022-04-28 17:01:02 -04:00

View File

@ -89,7 +89,8 @@ set prompt_hsym=0
set referencechars=()
foreach ch ($referencechars_raw)
set referencechars=( $referencechars `env LC_ALL=C.UTF-8 printf "\u${ch}"` )
set unicode=`printf "\\u${ch}"`
set referencechars=( $referencechars `printf "${unicode}"` )
end
if( $CSHENV_SYSTEM == "Darwin" ) then