mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	tidy fnm and uv wrappers when not installed
This commit is contained in:
		
							parent
							
								
									ed6859c092
								
							
						
					
					
						commit
						1db21f0f04
					
				@ -1,3 +1,5 @@
 | 
				
			|||||||
# fnm
 | 
					# fnm
 | 
				
			||||||
set PATH "/home/ben/.local/share/fnm" $PATH
 | 
					fish_add_path --path ~/.local/share/fnm
 | 
				
			||||||
fnm env | source
 | 
					if command -q fnm
 | 
				
			||||||
 | 
					    fnm env | source
 | 
				
			||||||
 | 
					end
 | 
				
			||||||
 | 
				
			|||||||
@ -1,2 +1,3 @@
 | 
				
			|||||||
 | 
					if test -f ~/.cargo/env.fish
 | 
				
			||||||
source "$HOME/.cargo/env.fish"
 | 
					    source ~/.cargo/env.fish
 | 
				
			||||||
 | 
					end
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user