Browse Source

git addi as git add -i

pull/1/head
10sr 12 years ago
parent
commit
af86e1ad32
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .bashrc

+ 1
- 0
.bashrc View File

@@ -157,6 +157,7 @@ _mygitconfig(){
git config --global alias.di "diff"
git config --global alias.ls "!git ls-files | xargs ls -CFG --color=auto --time-style=long-iso"
git config --global alias.ll "!git ls-files | xargs ls -l -CFG --color=auto --time-style=long-iso"
git config --global alias.addi "add -i"
}

prompt_function(){ # used by PS1


Loading…
Cancel
Save