mirror of
				https://github.com/wlcx/home.git
				synced 2025-11-03 22:33:45 +00:00 
			
		
		
		
	Add . to zsh wordchars, add .local/bin to path
This commit is contained in:
		
							parent
							
								
									2ec8cfe6d7
								
							
						
					
					
						commit
						ad7e4474fb
					
				@ -4,8 +4,9 @@ let mypkgs = (import ../modules/pkgs.nix { inherit pkgs; });
 | 
				
			|||||||
in {
 | 
					in {
 | 
				
			||||||
  home.packages = mypkgs.all;
 | 
					  home.packages = mypkgs.all;
 | 
				
			||||||
  home.sessionVariables = {
 | 
					  home.sessionVariables = {
 | 
				
			||||||
 | 
					    "PATH" = "$HOME/.local/bin:$PATH";
 | 
				
			||||||
    "EDITOR" = "vim";
 | 
					    "EDITOR" = "vim";
 | 
				
			||||||
    "WORDCHARS" = "\${WORDCHARS/\\/}"; # ctrl-w on paths without make angery
 | 
					    "WORDCHARS" = "\${WORDCHARS//[\\/.]/}"; # ctrl-w on paths without make angery
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  programs = {
 | 
					  programs = {
 | 
				
			||||||
    home-manager.enable = true;
 | 
					    home-manager.enable = true;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user