- Move system specific setup to rc.$SYS scripts - Write configure_ls function (based on previous anonymous function) that takes the full path to an ls binary - Create system specific script for FreeBSD (nothing in it yet)
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# .rc.freebsd
 | 
						|
# vim: ft=zsh
 | 
						|
# Interactive shell setup for FreeBSD systems
 | 
						|
# Eryn Wells <eryn@erynwells.me>
 |