added check to make sure ruby is installed before adding to $PATH.
This commit is contained in:
		
							parent
							
								
									581b9d62f8
								
							
						
					
					
						commit
						feccec18ad
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -32,3 +32,8 @@ dotfiles
 | 
				
			||||||
ctrl
 | 
					ctrl
 | 
				
			||||||
sed
 | 
					sed
 | 
				
			||||||
NGINX
 | 
					NGINX
 | 
				
			||||||
 | 
					timezones
 | 
				
			||||||
 | 
					Proxmox
 | 
				
			||||||
 | 
					Gabe
 | 
				
			||||||
 | 
					Venberg
 | 
				
			||||||
 | 
					Github
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#set important shell variables
 | 
					#set important shell variables
 | 
				
			||||||
	#fancy way of testing if a command exists
 | 
						#fancy way of testing if a command exists
 | 
				
			||||||
	(($+command[ruby])) && export PATH="$PATH:$(ruby -e 'puts Gem.user_dir' 2> /dev/null)/bin"
 | 
						ruby --version &>/dev/null && export PATH="$PATH:$(ruby -e 'puts Gem.user_dir' 2> /dev/null)/bin/"
 | 
				
			||||||
	#test that these nonstandard paths exist before adding to PATH.
 | 
						#test that these nonstandard paths exist before adding to PATH.
 | 
				
			||||||
	testPath="$HOME/.local/bin"
 | 
						testPath="$HOME/.local/bin"
 | 
				
			||||||
	[ -d "$testPath" ] && export PATH="$PATH:$testPath"
 | 
						[ -d "$testPath" ] && export PATH="$PATH:$testPath"
 | 
				
			||||||
| 
						 | 
					@ -34,6 +34,7 @@
 | 
				
			||||||
	#set ssh-agent to play nice with systemd.
 | 
						#set ssh-agent to play nice with systemd.
 | 
				
			||||||
	export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
 | 
						export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
 | 
				
			||||||
	export TIMEFMT="%J  %*U user %*S system %P cpu %*E total"
 | 
						export TIMEFMT="%J  %*U user %*S system %P cpu %*E total"
 | 
				
			||||||
 | 
						export PIPENV_VENV_IN_PROJECT=true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#prompt
 | 
					#prompt
 | 
				
			||||||
	autoload -U promptinit
 | 
						autoload -U promptinit
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue