From: Mike Frysinger Date: Fri, 28 Feb 2014 23:31:59 +0000 (-0500) Subject: add adk_path helper X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=019bffbb810a0aa2caf3fb548de5e95b41251494;p=home.git add adk_path helper --- diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index e58dd15..ddb898c 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -35,6 +35,11 @@ alias xine='xine -l' alias wol-vapier='wakeonlan -i 192.168.1.255 00:25:22:64:19:79; wakeonlan -i 192.168.0.255 00:25:22:64:19:79' +adk_path() { + local adk=/usr/local/src/android/adk/current/sdk + PATH+=":${adk}/tools:${adk}/platform-tools" +} + pd() { if [[ $# -eq 0 ]] ; then popd