19 lines
		
	
	
		
			448 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			448 B
		
	
	
	
		
			Plaintext
		
	
	
	
# Load and configure smartcd
 | 
						|
source ~/.smartcd/lib/core/arrays
 | 
						|
source ~/.smartcd/lib/core/varstash
 | 
						|
source ~/.smartcd/lib/core/smartcd
 | 
						|
smartcd setup chpwd-hook
 | 
						|
# smartcd setup cd
 | 
						|
# smartcd setup pushd
 | 
						|
# smartcd setup popd
 | 
						|
# smartcd setup prompt-hook
 | 
						|
smartcd setup exit-hook
 | 
						|
smartcd setup completion
 | 
						|
# VARSTASH_AUTOCONFIGURE=1
 | 
						|
# VARSTASH_AUTOEDIT=1
 | 
						|
# SMARTCD_NO_INODE=1
 | 
						|
# SMARTCD_AUTOMIGRATE=1
 | 
						|
# SMARTCD_LEGACY=1
 | 
						|
# SMARTCD_QUIET=1
 | 
						|
# VARSTASH_QUIET=1
 |