zhrc had an error
This commit is contained in:
parent
cffe3287e3
commit
8b0eae1b0d
4 changed files with 12 additions and 5 deletions
|
@ -1,2 +1,7 @@
|
|||
{
|
||||
"all": {
|
||||
// Maximum number of line breaks to be preserved in one chunk (0 disables)
|
||||
"max_preserve_newlines": 2,
|
||||
}
|
||||
|
||||
}
|
|
@ -16,7 +16,7 @@
|
|||
"Git",
|
||||
"GitGutter",
|
||||
"GoSublime",
|
||||
"Hermes",
|
||||
"Helium",
|
||||
"HTML-CSS-JS Prettify",
|
||||
"Javascript Beautify",
|
||||
"Language - French - Français",
|
||||
|
|
|
@ -88,14 +88,16 @@
|
|||
"defense",
|
||||
"unraveled",
|
||||
"anonymising",
|
||||
"désanonymisation"
|
||||
"désanonymisation",
|
||||
"nuagique",
|
||||
"app's"
|
||||
],
|
||||
"close_windows_when_empty": false,
|
||||
"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,
|
||||
"font_face": "Fira Code",
|
||||
"font_size": 12,
|
||||
"font_size": 11,
|
||||
"ignored_packages":
|
||||
[
|
||||
"LaTeXTools",
|
||||
|
|
2
zshrc
2
zshrc
|
@ -116,6 +116,6 @@ if [ -f "/usr/share/autojump/autojump.sh" ]; then
|
|||
fi
|
||||
|
||||
# If there is a local zshrc, source it too
|
||||
if [ -f "~/.zshrc.local" ]; then
|
||||
if [ -f ~/.zshrc.local ]; then
|
||||
. ~/.zshrc.local
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue