Compare commits
	
		
			No commits in common. "5a2fb9571a95c029d341292bf795d19016430795" and "adbe344ea6145fd96b98d1bdf788d74e6d9a73fb" have entirely different histories.
		
	
	
		
			5a2fb9571a
			...
			adbe344ea6
		
	
		
							
								
								
									
										7
									
								
								bashrc
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										7
									
								
								bashrc
									
									
									
									
									
								
							@ -31,9 +31,4 @@ if type -t __git_complete >/dev/null; then
 | 
				
			|||||||
  __git_complete gp _git_push
 | 
					  __git_complete gp _git_push
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for fn in /usr/share/fzf/shell/key-bindings.bash /usr/share/fzf/key-bindings.bash; do
 | 
					test -f /usr/share/fzf/shell/key-bindings.bash && . /usr/share/fzf/shell/key-bindings.bash
 | 
				
			||||||
  if test -f $fn; then
 | 
					 | 
				
			||||||
    . $fn
 | 
					 | 
				
			||||||
    break
 | 
					 | 
				
			||||||
  fi
 | 
					 | 
				
			||||||
done
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -21,11 +21,7 @@ add_to PATH ~/.cabal/bin
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
add_myprefix_to LD_LIBRARY_PATH lib
 | 
					add_myprefix_to LD_LIBRARY_PATH lib
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -z "$MANPATH" ]; then
 | 
					 | 
				
			||||||
  export MANPATH="$MYPREFIX/share/man:"
 | 
					 | 
				
			||||||
else
 | 
					 | 
				
			||||||
add_myprefix_to MANPATH share/man
 | 
					add_myprefix_to MANPATH share/man
 | 
				
			||||||
fi
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_myprefix_to PKG_CONFIG_PATH lib/pkgconfig
 | 
					add_myprefix_to PKG_CONFIG_PATH lib/pkgconfig
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user