Skip to content

Commit

Permalink
add git completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Harvey committed Mar 24, 2011
1 parent b93d9a0 commit 165dea4
Show file tree
Hide file tree
Showing 3 changed files with 1,271 additions and 11 deletions.
12 changes: 3 additions & 9 deletions bash/.bashrc
@@ -1,7 +1,8 @@
source ~/lib/dotfiles/bash/git-completion.bash

alias ..='cd ..'
alias ...='cd ../..'
alias ll='ls -l'
alias ll='ls -al'

export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
Expand All @@ -11,12 +12,5 @@ export EDITOR=emacs
export COPY_EXTENDED_ATTRIBUTES_DISABLE=true
export COPYFILE_DISABLE=true

set completion-ignore-case on
# Bell style
set bell-style none
set show-all-if-ambiguous on
# set autolist
# set filesc
set -o emacs
export PS1='\[\033[1;32m\]\u\[\033[0;37m\]@\[\033[1;35m\]\h\[\033[0;36m\]\w\[\033[0;31m\]$(__git_ps1 " (%s)")\$\[\033[0m\] '

export PS1="\[\033[1;32m\]\u\[\033[0;37m\]@\[\033[1;35m\]\h\[\033[0;36m\]\w$\[\033[0m\] "
5 changes: 3 additions & 2 deletions bash/.inputrc
@@ -1,4 +1,5 @@
set show-all-if-ambiguous on
set expand-tilde on
set -o emacs

set visible-stats
set completion-ignore-case on
set mark-symlinked-directories on

0 comments on commit 165dea4

Please sign in to comment.