Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilalh committed Jun 26, 2011
2 parents b7a2104 + abc7f24 commit 1dd585a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export PS1="Bilalh: $ " # bash prompt
export HISTFILESIZE=10000 # the bash history should save 10000 commands
export HISTCONTROL=erasedups # remove duplicate from history

# don't store history entries that match this pattern
# don't store history entries that match this pattern
declare -x HISTIGNORE='op:opr:mlgw:cs:mll:ax:jr*:gitx:hista:mlwg:aes*:hda:on:mdb*:histm: *'

alias h='history | grep '
Expand All @@ -27,8 +27,8 @@ export FIGNORE=$FIGNORE:.pyc:.o:.class
export CLICOLOR=1
export LSCOLORS=ExFxCxDxbxegedabagacad

source ~/.completion/git-completion.bash # git auto complete
source ~/.bash/bashmarks.bash
[ -f ~/.completion/git-completion.bash ] && source ~/.completion/git-completion.bash
[ -f ~/.bash/bashmarks.bash ] && source ~/.bash/bashmarks.bash

### Path Settings
# Path settings(bin before current $PATH to override default version)
Expand Down
9 changes: 3 additions & 6 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#Adds all files in .bash at lanuch
for i in ~/.bash/*.sh; do
source $i
done
[ -d ~/.bash/ ] && for i in ~/.bash/*.sh; do source $i; done

[ -d ~/.pbash/ ] && for i in ~/.pbash/*.sh; do source $i; done

for i in ~/.pbash/*.sh; do
source $i
done

0 comments on commit 1dd585a

Please sign in to comment.