Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wirth committed Sep 17, 2018
1 parent b779af1 commit 270503a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dotbot
pomodoro
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
2 changes: 1 addition & 1 deletion kakrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ colorscheme gruvbox


hook global NormalKey y|d|c %{ nop %sh{
printf %s $kak_main_reg_dquote | xsel -ib
printf %s "$kak_main_reg_dquote" | xsel -ib
}}

map global user p <a-!>pbpaste<ret>'
Expand Down
4 changes: 4 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,7 @@ function rebase () {
git rebase $BASE
git checkout $START
}

source ./pomodoro/pomodoro.sh
alias work="pomo && pomo -s"

0 comments on commit 270503a

Please sign in to comment.