Parcourir la source

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

Alois Mahdal il y a 12 ans
Parent
révision
5afccd145f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      dotfiles/bash/global-before.bashrc

+ 0
- 1
dotfiles/bash/global-before.bashrc Voir le fichier

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