More debug prints converted

This commit is contained in:
2026-06-23 17:00:49 -04:00
parent 03b27900ff
commit ad69be9fe2
3 changed files with 19 additions and 47 deletions
+2 -6
View File
@@ -2,9 +2,7 @@
### PROMPT DEFINITIONS ###
##########################
if( $?CSHENV_DEBUG ) then
echo "Sourcing prompt setup and definitions..."
endif
_debug "Sourcing prompt setup and definitions..."
which shuf >& /dev/null
if( $? == 0 ) then
@@ -13,9 +11,7 @@ endif
if( ! $?unknown_tty ) then
set unknown_tty="?"
if( $?CSHENV_DEBUG ) then
echo "Unknown tty set..."
endif
_debug "Unknown tty set..."
endif