diff --git a/.zsh/lib/correction.zsh b/.zsh/lib/correction.zsh index 3f2bb38..35811c0 100644 --- a/.zsh/lib/correction.zsh +++ b/.zsh/lib/correction.zsh @@ -11,4 +11,5 @@ alias gist='nocorrect gist' alias heroku='nocorrect heroku' alias ebuild='nocorrect ebuild' alias hpodder='nocorrect hpodder' - +alias git='nocorrect git' +alias bundle='nocorrect bundle' diff --git a/.zsh/lib/misc.zsh b/.zsh/lib/misc.zsh index 75715db..a01627d 100644 --- a/.zsh/lib/misc.zsh +++ b/.zsh/lib/misc.zsh @@ -7,8 +7,3 @@ bindkey "^[m" copy-prev-shell-word ## jobs setopt long_list_jobs - -## Ptolemy -export JAVA_HOME=/usr/lib/jvm/java-8-oracle/jre -export PTII=/home/enbewe/Coding/Ptolemy/ptII -export ANT_HOME=/usr/share/ant diff --git a/.zsh/lib/path.zsh b/.zsh/lib/path.zsh index 2038028..fbc5247 100644 --- a/.zsh/lib/path.zsh +++ b/.zsh/lib/path.zsh @@ -1,10 +1,6 @@ typeset -U path -pathdirs=( - ~/Coding/Stellaris/gcc-arm-none-eabi-4_8-2014q1/bin \ - ~/Coding/Stellaris/lm4tools/lm4flash \ - ~/arm-coding/openocd-bin -) +pathdirs=() for dir in $pathdirs; do if [ -d $dir ]; then diff --git a/sublime-text-3/Packages/User/Preferences.sublime-settings b/sublime-text-3/Packages/User/Preferences.sublime-settings index f9e517a..5113893 100644 --- a/sublime-text-3/Packages/User/Preferences.sublime-settings +++ b/sublime-text-3/Packages/User/Preferences.sublime-settings @@ -3,7 +3,7 @@ "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", "ensure_newline_at_eof_on_save": true, "figlet_font": "banner3", - "font_size": 13, + "font_face": "Hack", "ignored_packages": [ "Arduino-like IDE",