Skip to content

Instantly share code, notes, and snippets.

View mattswitch's full-sized avatar

Matt Ott mattswitch

View GitHub Profile
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
# Set to this to use case-sensitive completion
# bash/zsh completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#
# *) local and remote branch names
# *) local and remote tag names
# alias
alias la='ls -la'
# android sdk
export PATH=$PATH:/Users/MatthewOtt/Library/Android/sdk/tools:/Users/MatthewOtt/Library/Android/sdk/platform-tools
export ANDROID_HOME=/Users/MatthewOtt/Library/Android/sdk
# android ndk
export ANDROID_NDK_ROOT=$ANDROID_HOME/ndk-bundle
export PATH=$PATH:$ANDROID_NDK_ROOT
# java commands
export PATH=$PATH:/System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands