diff --git a/gitignore b/gitignore index bd43cec..9150aad 100644 --- a/gitignore +++ b/gitignore @@ -6,3 +6,4 @@ test/unit/coverage test/e2e/reports .texpadtmp .ipynb_checkpoints/ +__pycache__ diff --git a/kakrc b/kakrc index 3120785..bdd4ac1 100644 --- a/kakrc +++ b/kakrc @@ -11,7 +11,7 @@ hook global InsertChar ' "exec '" add-highlighter global number_lines -hlcursor -separator ' ' add-highlighter global show_matching add-highlighter global show_whitespaces -add-highlighter global dynregex '%reg{/}' 0:default,+u +#add-highlighter global dynregex '%reg{/}' 0:default,+u hook global NormalKey y|d|c %{ nop %sh{ printf %s "$kak_reg_dquote" | pbcopy diff --git a/zshrc b/zshrc index 6d6c454..f2261f0 100644 --- a/zshrc +++ b/zshrc @@ -61,6 +61,7 @@ ZSH_THEME="refined" plugins=( git fasd + fuck ) source $ZSH/oh-my-zsh.sh @@ -160,3 +161,5 @@ function transfer () { git diff HEAD^ -- $1 > ~/patch_file # from file patch -p1 $2 ~/patch_file # to file } + +eval $(thefuck --alias)