10 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# If not running interactively, don't do anything
 | 
						|
if (! $?prompt) return
 | 
						|
 | 
						|
# Set starship if it's installed
 | 
						|
if (! `which starship >& /dev/null`) eval `starship init tcsh`
 | 
						|
 | 
						|
# Just use bash
 | 
						|
set SHELL = "/bin/bash"
 | 
						|
exec $SHELL -l
 |