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 ./"