Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Jul 31, 2012
1 parent fdee3bc commit 6ef291a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Ignore these files in this repo.
# Ignore these files globally in this repo.
#

*.swp
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Git submodules in this repo
#
# Authors:
# Ben O'Hara <[email protected]>
#

[submodule "dotsync"]
path = dotsync
url = https://github.com/dotphiles/dotsync.git
Expand Down
3 changes: 2 additions & 1 deletion git/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# Authors:
# Ben O'Hara <[email protected]>
#

# Compiled source
*.pyc
Expand All @@ -20,7 +21,7 @@
*.tmproject

# OS generated files
#
._*
.Spotlight-V100
.Trashes
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions input/inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# Ben O'Hara <[email protected]>
#

$include /etc/inputrc

# Set things up for python shell
set editing-mode vi

Expand Down Expand Up @@ -44,6 +46,7 @@ $if Bash
$endif

$if Python
TAB: complete
$endif

# IPython needs this to appear at the bottom of the
Expand Down
2 changes: 1 addition & 1 deletion mercurial/hgignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<F2>#
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Mercurial global ignores
Expand Down
1 change: 1 addition & 0 deletions mutt/gmail
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ macro index D \
macro index S \
"<save-message>+Gmail/spam<enter>" \
"mark message as spam"

1 change: 1 addition & 0 deletions mutt/offlineimaprc
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ header = "mailboxes "
peritem = "=%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"

6 changes: 3 additions & 3 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ zstyle ':dotzsh:module:editor' editor 'vi'
zstyle ':dotzsh:module:editor' dot-expansion 'no'

# Set case-sensitivity for completion, history lookup, etc.
zstyle ':dotzsh:*:*' case-sensitive 'no'
zstyle ':dotzsh:module:*' case-sensitive 'no'

# Color output (auto set to 'no' on dumb terminals).
zstyle ':dotzsh:*:*' color 'yes'
zstyle ':dotzsh:module:*' color 'yes'

# Setup aliases for modules (disable per module below).
zstyle ':dotzsh:module:*' aliases 'yes'
Expand All @@ -39,7 +39,7 @@ zstyle ':dotzsh:load' zmodule 'stat'
# Set the Zsh functions to load (man zshcontrib).
zstyle ':dotzsh:load' zfunction 'zargs' 'zmv'

# Set the Oh My Zsh modules to load (browse modules).
# Set the dotzsh modules to load (browse modules).
# The order matters.
zstyle ':dotzsh:load' dzmodule \
'environment' \
Expand Down

0 comments on commit 6ef291a

Please sign in to comment.