zhrc had an error

This commit is contained in:
Adrien Luxey 2020-05-08 10:15:14 +02:00
parent cffe3287e3
commit 8b0eae1b0d
4 changed files with 12 additions and 5 deletions

View file

@ -1,2 +1,7 @@
{ {
"all": {
// Maximum number of line breaks to be preserved in one chunk (0 disables)
"max_preserve_newlines": 2,
}
} }

View file

@ -16,7 +16,7 @@
"Git", "Git",
"GitGutter", "GitGutter",
"GoSublime", "GoSublime",
"Hermes", "Helium",
"HTML-CSS-JS Prettify", "HTML-CSS-JS Prettify",
"Javascript Beautify", "Javascript Beautify",
"Language - French - Français", "Language - French - Français",

View file

@ -88,14 +88,16 @@
"defense", "defense",
"unraveled", "unraveled",
"anonymising", "anonymising",
"désanonymisation" "désanonymisation",
"nuagique",
"app's"
], ],
"close_windows_when_empty": false, "close_windows_when_empty": false,
"color_scheme": "Packages/User/predawn (Flake8Lint).tmTheme", "color_scheme": "Packages/User/predawn (Flake8Lint).tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic", "dictionary": "Packages/Language - French - Français/fr_FR.dic",
"find_selected_text": true, "find_selected_text": true,
"font_face": "Fira Code", "font_face": "Fira Code",
"font_size": 12, "font_size": 11,
"ignored_packages": "ignored_packages":
[ [
"LaTeXTools", "LaTeXTools",

2
zshrc
View file

@ -116,6 +116,6 @@ if [ -f "/usr/share/autojump/autojump.sh" ]; then
fi fi
# If there is a local zshrc, source it too # If there is a local zshrc, source it too
if [ -f "~/.zshrc.local" ]; then if [ -f ~/.zshrc.local ]; then
. ~/.zshrc.local . ~/.zshrc.local
fi fi