This commit is contained in:
Andrew Tomaka 2013-02-22 05:04:26 -05:00
parent 891054adb6
commit efca004e83
2 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,7 @@ else
fi
alias dotfiles='cd; curl -#L https://github.com/atomaka/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README,.gitignore}; source ~/.profile'
alias sudo='sudo env PATH=$PATH'
# Case insensitive matching
shopt -s nocaseglob

View file

@ -2,10 +2,13 @@
"color_scheme": "Packages/Tomorrow-Night-Blue.tmTheme",
"draw_indent_guides": true,
"font_face": "Ubuntu Mono",
"font_size": 11.0,
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"rulers": [ 80 ],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true