mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	add ~/.local/bin to PATH
This commit is contained in:
		
							parent
							
								
									6775213b33
								
							
						
					
					
						commit
						f7a2b71869
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -62,6 +62,8 @@ weechat:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
gnupg:
 | 
					gnupg:
 | 
				
			||||||
	@printf "$(YELLOW)--- gnupg ----------------------------------------------\n$(RESET)"
 | 
						@printf "$(YELLOW)--- gnupg ----------------------------------------------\n$(RESET)"
 | 
				
			||||||
 | 
						mkdir -p "$$HOME/.gnupg"
 | 
				
			||||||
 | 
						chmod 700 "$$HOME/.gnupg"
 | 
				
			||||||
	stow -t "$$HOME" gnupg
 | 
						stow -t "$$HOME" gnupg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: bash fish git vim mutt byobu weechat gnupg clean install Windows Linux Other
 | 
					.PHONY: bash fish git vim mutt byobu weechat gnupg clean install Windows Linux Other
 | 
				
			||||||
 | 
				
			|||||||
@ -10,7 +10,7 @@ set -x MAIL /home/ben/Maildir
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
set -x GOPATH (/usr/local/go/bin/go env GOPATH)
 | 
					set -x GOPATH (/usr/local/go/bin/go env GOPATH)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -x fish_user_paths $fish_user_paths ~/bin /usr/local/go/bin /home/ben/.yarn/bin $GOPATH/bin
 | 
					set -x fish_user_paths $fish_user_paths ~/bin /usr/local/go/bin /home/ben/.yarn/bin $GOPATH/bin ~/.local/bin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -x SSH_AGENT_PID ""
 | 
					set -x SSH_AGENT_PID ""
 | 
				
			||||||
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
 | 
					set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user