Browse Source

`gitka` alias has been superseeded by git alias `git ka`

Alois Mahdal 11 years ago
parent
commit
5afccd145f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      dotfiles/bash/global-before.bashrc

+ 0
- 1
dotfiles/bash/global-before.bashrc View File

32
 alias open='gnome-open'
32
 alias open='gnome-open'
33
 alias diff='diff -u'
33
 alias diff='diff -u'
34
 alias pad4='sed -e "s/^/    /"'
34
 alias pad4='sed -e "s/^/    /"'
35
-alias gitka='gitk --all'
36
 alias grepr='grep -nr . -e'
35
 alias grepr='grep -nr . -e'
37
 alias sc='se --direction=encz.cz'
36
 alias sc='se --direction=encz.cz'
38
 
37