feat: Add 3rd party libs
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					[submodule "3rd-party/z"]
 | 
				
			||||||
 | 
						path = 3rd-party/z
 | 
				
			||||||
 | 
						url = https://github.com/rupa/z.git
 | 
				
			||||||
 | 
					[submodule "3rd-party/complete-alias"]
 | 
				
			||||||
 | 
						path = 3rd-party/complete-alias
 | 
				
			||||||
 | 
						url = https://github.com/cykerway/complete-alias.git
 | 
				
			||||||
							
								
								
									
										4
									
								
								bashrc
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								bashrc
									
									
									
									
									
								
							@@ -26,6 +26,10 @@ source "${BASEDIR}/_helpers.bash"
 | 
				
			|||||||
# Source custom libs
 | 
					# Source custom libs
 | 
				
			||||||
_source_dir_files "${BASEDIR}"/libs
 | 
					_source_dir_files "${BASEDIR}"/libs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Source 3rd party libs if they exists
 | 
				
			||||||
 | 
					_source_file_if_exists "${BASEDIR}/3rd-party/complete-alias/complete_alias"
 | 
				
			||||||
 | 
					# _source_file_if_exists "${BASEDIR}/3rd-party/z/z.sh" # FIX: Problème de gestion de la variable PROMPT_COMMAND
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Early customization
 | 
					# Early customization
 | 
				
			||||||
_source_dir_files "${BASEDIR}"/rc.before.d
 | 
					_source_dir_files "${BASEDIR}"/rc.before.d
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user