Browse Source

Added alias: gitka for `gitk --all`

Alois Mahdal 12 years ago
parent
commit
4e9edd59eb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/global-before.bashrc

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

17
 alias open='gnome-open'
17
 alias open='gnome-open'
18
 alias diff='diff -u'
18
 alias diff='diff -u'
19
 alias pad4='sed -e "s/^/    /"'
19
 alias pad4='sed -e "s/^/    /"'
20
+alias gitka='gitk --all'
20
 
21
 
21
 ### ...... ###
22
 ### ...... ###
22
 ### OTHERS ###
23
 ### OTHERS ###