MacOS X (Darwin) specific tweaks.

This commit is contained in:
2025-07-02 12:26:56 -04:00
parent bc4077b3af
commit fde20acf72
2 changed files with 32 additions and 6 deletions

View File

@ -105,12 +105,6 @@ foreach ch ($referencechars_raw)
set referencechars=( $referencechars `printf "${unicode}"` )
end
if( $CSHENV_SYSTEM == "Darwin" ) then
# Macos seems to dislike using printf to construct unicode chars.
# So you get a dumb set of ABCDXYZ
set referencechars="A B C D X Y Z"
endif
# Rotation
alias precmd 'source ${CSHENV_DIR}/tcshrc.prompt.final'
#alias postcmd echo doit