Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Jul 30, 2012
1 parent b2b380a commit 63a367b
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 102 deletions.
2 changes: 1 addition & 1 deletion ack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use, add the following to **dotsyncrc**

[files]
..
coding/ack/ackrc
ack/ackrc
..
[endfiles]

8 changes: 5 additions & 3 deletions git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ To use, add the following to **dotsyncrc**

[files]
..
coding/git/gitconfig
coding/git/gitignore
coding/git/tigrc
git/gitconfig
git/gitignore
git/gitattributes
git/tigrc
git/gitk
..
[endfiles]

2 changes: 1 addition & 1 deletion gnupg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use, add the following to **dotsyncrc**

[files]
..
apps/security/gnupg
gnupg
..
[endfiles]

2 changes: 1 addition & 1 deletion grc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use, add the following to **dotsyncrc**

[files]
..
shell/grc
grc
..
[endfiles]

8 changes: 4 additions & 4 deletions input/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
editor
======
input
=====

Adds tab completion for python, mysql etc

To use, add the following to **dotsyncrc**

[files]
..
editor/editrc
editor/inputrc
input/editrc
input/inputrc
..
[endfiles]

8 changes: 4 additions & 4 deletions mercurial/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
editor
======
mercurial
=========

Adds tab completion for python, mysql etc

To use, add the following to **dotsyncrc**

[files]
..
editor/editrc
editor/inputrc
mercurial/hgrc
mercurial/hgignore
..
[endfiles]

6 changes: 3 additions & 3 deletions mutt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ To use, add the following to **dotsyncrc**

[files]
..
apps/mail/mutt
apps/mail/muttrc
apps/mail/offlineimaprc
mutt
mutt/muttrc
mutt/offlineimaprc
..
[endfiles]

64 changes: 0 additions & 64 deletions offlineimap/offlineimaprc

This file was deleted.

2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use, add the following to **dotsyncrc**

[files]
..
coding/python/pythonrc
python/pythonrc
..
[endfiles]

8 changes: 5 additions & 3 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ To use, add the following to **dotsyncrc**

[files]
..
coding/ruby/irbrc
coding/ruby/pryrc
coding/ruby/gemrc
ruby/irbrc
ruby/pryrc
ruby/gemrc
ruby/railsrc
ruby/rdebugrc
..
[endfiles]

2 changes: 1 addition & 1 deletion screen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use, add the following to **dotsyncrc**

[files]
..
apps/mux/screen/screenrc
screen/screenrc
..
[endfiles]

2 changes: 1 addition & 1 deletion sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use, add the following to **dotsyncrc**

[files]
..
coding/sqlite/sqliterc
sqlite/sqliterc
..
[endfiles]

2 changes: 1 addition & 1 deletion ssh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use, add the following to **dotsyncrc**

[files]
..
apps/security/ssh
ssh
..
[endfiles]

2 changes: 1 addition & 1 deletion subversion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use, add the following to **dotsyncrc**

[files]
..
coding/subversion
subversion
..
[endfiles]

4 changes: 2 additions & 2 deletions task/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ To use, add the following to **dotsyncrc**

[files]
..
apps/todo/taskwarrior/task
apps/todo/taskwarrior/taskrc
task/task
task/taskrc
..
[endfiles]

4 changes: 2 additions & 2 deletions tmux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ To use, add the following to **dotsyncrc**

[files]
..
apps/mux/tmux/tmux.conf
apps/tmux/tmuxinator
tmux/tmux.conf
tmux/tmuxinator
..
[endfiles]

5 changes: 3 additions & 2 deletions vim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ To use, add the following to **dotsyncrc**

[files]
..
editor/vim/dotvim:.vim
editor/vim/vimrc
vim/dotvim:.vim
vim/vimrc
vim/gvimrc
..
[endfiles]

Expand Down
14 changes: 7 additions & 7 deletions zsh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ To use, add the following to **dotsyncrc**

[files]
..
shell/zsh/fasdrc
shell/zsh/dotzsh:.zsh
shell/zsh/zshrc
shell/zsh/zshenv
shell/zsh/zprofile
shell/zsh/zlogin
shell/zsh/zlogout
zsh/fasdrc
zsh/dotzsh:.zsh
zsh/zshrc
zsh/zshenv
zsh/zprofile
zsh/zlogin
zsh/zlogout
..
[endfiles]

Expand Down

0 comments on commit 63a367b

Please sign in to comment.