From 3fe4e821c228a5c7e10a0a3b84a7062159f16e2c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 14 Jan 2016 16:56:42 +0200 Subject: [PATCH] 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. --- .mikaela/bash_aliases | 1 - .mikaela/zsh_aliases | 1 - rc/bashrc | 1 - 3 files changed, 3 deletions(-) diff --git a/.mikaela/bash_aliases b/.mikaela/bash_aliases index 9bb697d5..327b1dbd 100644 --- a/.mikaela/bash_aliases +++ b/.mikaela/bash_aliases @@ -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 diff --git a/.mikaela/zsh_aliases b/.mikaela/zsh_aliases index a514f438..ac33463e 100644 --- a/.mikaela/zsh_aliases +++ b/.mikaela/zsh_aliases @@ -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 diff --git a/rc/bashrc b/rc/bashrc index 2857073d..d81e608e 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -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 ./"