mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
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:
parent
9d5db7ee3c
commit
3fe4e821c2
@ -1,2 +1 @@
|
|||||||
alias top="htop" # MIKAELA_GREP # MIKAELA_GREP_ALIAS
|
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
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
alias top="htop" # MIKAELA_GREP MIKAELA_GREP_ALIAS
|
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
|
|
||||||
|
@ -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.
|
# 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 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.
|
# If I run nautilus, I want it to open in folder where I am.
|
||||||
#alias nautilus="nautilus ./"
|
#alias nautilus="nautilus ./"
|
||||||
|
Loading…
Reference in New Issue
Block a user