Compare commits
	
		
			2 Commits
		
	
	
		
			710ad109cc
			...
			7f3f24e14d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					7f3f24e14d | ||
| 
						 | 
					45914bdb5a | 
@@ -1,9 +1,11 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
if (which mcfly &> /dev/null)
 | 
			
		||||
then
 | 
			
		||||
if (which mcfly &>/dev/null); then
 | 
			
		||||
	export MCFLY_PROMPT="❯"
 | 
			
		||||
	export MCFLY_INTERFACE_VIEW=BOTTOM
 | 
			
		||||
  export MCFLY_RESULTS=25
 | 
			
		||||
	export MCFLY_RESULTS=50
 | 
			
		||||
	export MCFLY_RESULTS_SORT=LAST_RUN
 | 
			
		||||
	# export MCFLY_KEY_SCHEME=vim
 | 
			
		||||
	export MCFLY_FUZZY=3
 | 
			
		||||
	eval "$(mcfly init bash)"
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user