From a8262b901bf1928a769d8cbb2eec930613c05426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nis=20B=C3=B6rge=20Wechselberg?= Date: Mon, 12 May 2014 18:59:57 +0200 Subject: [PATCH] Fixed path for Stellaris Toolchain --- .zsh/lib/path.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zsh/lib/path.zsh b/.zsh/lib/path.zsh index 93f6c82..2038028 100644 --- a/.zsh/lib/path.zsh +++ b/.zsh/lib/path.zsh @@ -1,8 +1,8 @@ typeset -U path pathdirs=( - ~/arm-coding/gcc-arm-none-eabi-4_8-2014q1/bin \ - ~/arm-coding/git/lm4tools/lm4flash \ + ~/Coding/Stellaris/gcc-arm-none-eabi-4_8-2014q1/bin \ + ~/Coding/Stellaris/lm4tools/lm4flash \ ~/arm-coding/openocd-bin )