Skip to content

Commit

Permalink
Updating settings. Changed todotxt colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
boushley committed May 15, 2012
1 parent d1f93bb commit 371eb86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions firefox/vimperatorrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
inoremap <C-a> <Insert><C-a><Insert> inoremap <C-a> <Insert><C-a><Insert>
noremap <C-S-B> :set<Space>gui=invbookmarks<Return> noremap <C-S-B> :set<Space>gui=invbookmarks<Return>
set hintchars=abcdefghijklmnprstwxyz set hintchars=abcdefghijklmnprstwxyz
source! /home/boushley/.vimperatorrc.local source! /Users/boushley/.vimperatorrc.local


" vim: set ft=vimperator: " vim: set ft=vimperator:
2 changes: 1 addition & 1 deletion vim/vim/bundle-available/vim-todo-txt
1 change: 0 additions & 1 deletion zsh/aliases
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ alias psg="ps aux | grep "
alias psr='ps aux | grep ruby' alias psr='ps aux | grep ruby'


# Moving around # Moving around
alias ..='cd ..'
alias cdb='cd -' alias cdb='cd -'


# Show human friendly numbers and colors # Show human friendly numbers and colors
Expand Down
9 changes: 9 additions & 0 deletions zsh/zshrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ HISTFILE=~/.histfile
HISTSIZE=2000 HISTSIZE=2000
SAVEHIST=2000 SAVEHIST=2000


# Fixes a problem where git diff with color doesn't show colors
export LESS=-R

# Automatically change to directory if you just type directory name # Automatically change to directory if you just type directory name
setopt autocd setopt autocd


Expand All @@ -34,10 +37,16 @@ export NODE_PATH=/usr/local/lib/jsctags/:$NODE_PATH
# Use default python environment # Use default python environment
source /sdks/python/standard_environment/bin/activate source /sdks/python/standard_environment/bin/activate


# Add hosts from knownhosts to completion
local knownhosts
knownhosts=( ${${${${(f)"$(<$HOME/.ssh/known_hosts)"}:#[0-9]*}%%\ *}%%,*} )
zstyle ':completion:*:(ssh|scp|sftp):*' hosts $knownhosts

# The following lines were added by compinstall # The following lines were added by compinstall


zstyle ':completion:*' completer _complete _ignored _approximate zstyle ':completion:*' completer _complete _ignored _approximate
zstyle ':completion:*' file-sort name zstyle ':completion:*' file-sort name
zstyle ':completion:*' hosts off
zstyle ':completion:*' format 'Completing %d' zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name '' zstyle ':completion:*' group-name ''
zstyle ':completion:*' ignore-parents parent pwd zstyle ':completion:*' ignore-parents parent pwd
Expand Down

0 comments on commit 371eb86

Please sign in to comment.