mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 01:58:41 +00:00 
			
		
		
		
	Disable nushell banner
This commit is contained in:
		
							parent
							
								
									fdb46eeec5
								
							
						
					
					
						commit
						887dd01a5f
					
				| 
						 | 
					@ -183,7 +183,7 @@ let light_theme = {
 | 
				
			||||||
# The default config record. This is where much of your global configuration is setup.
 | 
					# The default config record. This is where much of your global configuration is setup.
 | 
				
			||||||
let-env config = {
 | 
					let-env config = {
 | 
				
			||||||
  # true or false to enable or disable the welcome banner at startup
 | 
					  # true or false to enable or disable the welcome banner at startup
 | 
				
			||||||
  show_banner: true
 | 
					  show_banner: false 
 | 
				
			||||||
  ls: {
 | 
					  ls: {
 | 
				
			||||||
    use_ls_colors: true # use the LS_COLORS environment variable to colorize output
 | 
					    use_ls_colors: true # use the LS_COLORS environment variable to colorize output
 | 
				
			||||||
    clickable_links: true # enable or disable clickable links. Your terminal has to support links.
 | 
					    clickable_links: true # enable or disable clickable links. Your terminal has to support links.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue