More debug prints converted
This commit is contained in:
+2
-6
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user