{
"quotmark": "single",
"indent": 2,
"multistr": true,
"undef": true,
"unused": true,
"sub": true,
"scripturl": true,
"nonbsp": true,/bin/idea64.vmoptions
-Xms512m
-Xmx2048m
-XX:MaxPermSize=350m
-XX:ReservedCodeCacheSize=225m
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=trueforce_color_prompt=yes
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[01;31m\]$(parse_git_branch)\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$(parse_git_branch)\$ '{
"auto_complete": false,
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "smooth",
"color_scheme": "Packages/User/SublimeLinter/Monokai Phoenix (SL).tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",# Editorconfig files will stop at this path
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
# Unix-style newlines with a newline ending every file
end_of_line = lf[user]
name = Fernando Palacios Landi
email = fernandopalacioslandi@gmail.com[color]
diff = auto
status = auto$git remote -v
$git remote add [remote-name] [remote-url]
$git push -u [remote-name] [remote-url]
sincronizar forks remotos en local antes del PR (sobreescribimos por encima de nuestro master)
{
"documentation": "http://eslint.org/docs/rules",
"ecmaFeatures": {
"binaryLiterals": false, // enable binary literals
"blockBindings": false, // enable let and const (aka block bindings)
"defaultParams": false, // enable default function parameters
"forOf": false, // enable for-of loops
"generators": false, // enable generators
"objectLiteralComputedProperties": false, // enable computed object literal property names[alias]
s = !$HG status ; $HG heads
lg = glog --template "\033[31m{node|short}\033[0m \033[1;34m<{author|person}>\033[0m \033[32m({date|age})\033[0m \n\t\t{desc}\n" --limit $1[ui]
username = Fernando Palacios Landi <fernando.palacios@team.com> $hg export -o [absulute\path\mypatch.patch] -r [IDChangeset1:IDChangeset2:IDChangeset3 | tip]
$hg diff -r tip > [absulute\path\mypatch.patch]
$hg import [absulute\path\mypatch.patch] --no-commit