Skip to content

Commit

Permalink
include ports bash_completion and cleanup dependencies in git and rak…
Browse files Browse the repository at this point in the history
…e completion
  • Loading branch information
matthewfallshaw committed Jun 28, 2008
1 parent d2eabe8 commit 8a8587c
Show file tree
Hide file tree
Showing 3 changed files with 1,467 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ export HISTCONTROL=ignoredups
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# if [ -f /opt/local/etc/bash_completion ]; then
# . /opt/local/etc/bash_completion
# fi
complete -C ~/utils/completion_rake.rb -o default rake
source ~/utils/completion_git.sh
[ -z $DISPLAY ] && export DISPLAY=:0
[ -z $EDITOR ] && export EDITOR=vim
Expand All @@ -54,3 +48,9 @@ xterm*|rxvt*)
*)
;;
esac
complete -C ~/.utils/completion_rake.rb -o default rake
source ~/.utils/completion_git.sh
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi
Loading

0 comments on commit 8a8587c

Please sign in to comment.