aliases: remove gitg

gitg was good before GNOME 3, now it has just been losing functionality
every time I have happened to want to see graphical diff.
This commit is contained in:
Aminda Suomalainen 2016-01-14 16:56:42 +02:00
parent 9d5db7ee3c
commit 3fe4e821c2
3 changed files with 0 additions and 3 deletions

View File

@ -1,2 +1 @@
alias top="htop" # MIKAELA_GREP # MIKAELA_GREP_ALIAS
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. #MIKAELA_GREP # MIKAELA_GREP_ALIAS

View File

@ -1,2 +1 @@
alias top="htop" # MIKAELA_GREP MIKAELA_GREP_ALIAS
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MIKAELA_GREP MIKAELA_GREP_ALIAS

View File

@ -263,7 +263,6 @@ alias yle-dl="yle-dl --vfat"
# git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't.
alias gdrop="git stash && git stash drop"
#alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. #MIKAELA_GREP # MIKAELA_GREP_ALIAS
# If I run nautilus, I want it to open in folder where I am.
#alias nautilus="nautilus ./"