Skip to content

Commit

Permalink
Bla
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wirth committed Jun 18, 2018
1 parent 11ede8e commit aca6d0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ test/unit/coverage
test/e2e/reports
.texpadtmp
.ipynb_checkpoints/
__pycache__
2 changes: 1 addition & 1 deletion kakrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hook global InsertChar ' "exec '<left>"
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
Expand Down
3 changes: 3 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ ZSH_THEME="refined"
plugins=(
git
fasd
fuck
)

source $ZSH/oh-my-zsh.sh
Expand Down Expand Up @@ -160,3 +161,5 @@ function transfer () {
git diff HEAD^ -- $1 > ~/patch_file # from file
patch -p1 $2 ~/patch_file # to file
}

eval $(thefuck --alias)

0 comments on commit aca6d0a

Please sign in to comment.