- Added nocorrect options for git
- Updated Sublime Preferences - Removed deprecated paths for ptolemy - Removed deprecated paths for Stellaris Coding
This commit is contained in:
parent
0b9bf1d885
commit
49b2e2d658
4 changed files with 4 additions and 12 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue