reupload
This commit is contained in:
		
							
								
								
									
										16
									
								
								arch-user/config/profile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								arch-user/config/profile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| export PATH=$PATH:~/.local/bin | ||||
|  | ||||
| export WLR_RENDERER=vulkan | ||||
|  | ||||
| for fpath in ~/.config/*/env.sh; do | ||||
| 	. "$fpath" | ||||
| done | ||||
|  | ||||
| unset SSH_AGENT_PID | ||||
| if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then | ||||
| 	export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" | ||||
| fi | ||||
| export GPG_TTY=$(tty) | ||||
| gpg-connect-agent updatestartuptty /bye >/dev/null | ||||
		Reference in New Issue
	
	Block a user