|  | @@ -1,6 +1,6 @@
 | 
	
		
			
				|  |  |  set fish_greeting "Capella"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -export PATH="/usr/local/bin:/bin:/usr/sbin:/sbin"
 | 
	
		
			
				|  |  | +export PATH="/usr/local/bin:/bin:/usr/sbin:/sbin:/usr/bin/"
 | 
	
		
			
				|  |  |  export PATH="$PATH:$HOME/.node/bin"
 | 
	
		
			
				|  |  |  export PATH="$PATH:$HOME/go/bin"
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -40,7 +40,6 @@ export PATH="$ANDROID_SDK_ROOT:$PATH"
 | 
	
		
			
				|  |  |  export PATH="$ANDROID_SDK_ROOT/tools:$ANDROID_SDK_ROOT/platform-tools:$PATH"
 | 
	
		
			
				|  |  |  export ANDROID_AVD_HOME="$HOME/.android/"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -export PATH="/usr/bin/:$PATH" &
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # # Add environment variable NDK_ROOT for cocos2d-x
 | 
	
		
			
				|  |  |  # export NDK_ROOT="/Users/gabrielcapella/Library/Android/sdk/ndk-bundle/"
 | 
	
	
		
			
				|  | @@ -50,11 +49,14 @@ export PATH="/usr/bin/:$PATH" &
 | 
	
		
			
				|  |  |  # export SDKBOX_HOME="/Users/gabrielcapella/.sdkbox"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # export PATH="/usr/bin/:$PATH"
 | 
	
		
			
				|  |  | -# The next line updates PATH for the Google Cloud SDK.
 | 
	
		
			
				|  |  | -if [ -f '/Users/gabrielcapella/.google-cloud-sdk/path.fish.inc' ]; . '/Users/gabrielcapella/.google-cloud-sdk/path.fish.inc'; end
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  function subl;
 | 
	
		
			
				|  |  |  	"/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" $argv;
 | 
	
		
			
				|  |  |  end
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  alias pb='curl -s --data-binary @- https://p.capella.pro/ | awk \'{ print "https://p.capella.pro/"$0; }\' | tee /tmp/pb | pbcopy && cat /tmp/pb'
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +# The next line updates PATH for the Google Cloud SDK.
 | 
	
		
			
				|  |  | +if [ -f '/Users/gabrielcapella/Documents/google-cloud-sdk/path.fish.inc' ]; . '/Users/gabrielcapella/Documents/google-cloud-sdk/path.fish.inc'; end
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +alias syncdots='curl https://git.capella.pro/capella/dotfiles/raw/master/start | bash -s -- sync'
 | 
	
		
			
				|  |  | +
 |