|  | @@ -1,11 +1,10 @@
 | 
	
		
			
				|  |  |  set fish_greeting "Capella"
 | 
	
		
			
				|  |  | -alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
 | 
	
		
			
				|  |  | +export PATH="/usr/local/bin:/bin:/usr/sbin:/sbin"
 | 
	
		
			
				|  |  |  export PATH="$PATH:$HOME/.node/bin"
 | 
	
		
			
				|  |  |  export PATH="$PATH:$HOME/go/bin"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
 | 
	
		
			
				|  |  | +# test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
 | 
	
		
			
				|  |  |  # set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
 | 
	
		
			
				|  |  |  # set -g fish_user_paths "/usr/local/opt/gnu-getopt/bin" $fish_user_paths
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -39,7 +38,9 @@ test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shel
 | 
	
		
			
				|  |  |  export ANDROID_SDK_ROOT="/Users/gabrielcapella/Library/Android/sdk"
 | 
	
		
			
				|  |  |  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/"
 | 
	
	
		
			
				|  | @@ -48,4 +49,12 @@ export PATH="$ANDROID_SDK_ROOT/tools:$ANDROID_SDK_ROOT/platform-tools:$PATH"
 | 
	
		
			
				|  |  |  # # Add environment variable SDKBOX_HOME for sdkbox installer
 | 
	
		
			
				|  |  |  # export SDKBOX_HOME="/Users/gabrielcapella/.sdkbox"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -# export PATH="/usr/bin/:$PATH"
 | 
	
		
			
				|  |  | +# 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'
 |