diff --git a/bash_aliases b/bash_aliases index 4d067872..06555547 100644 --- a/bash_aliases +++ b/bash_aliases @@ -12,11 +12,12 @@ alias vim="nano" # Use htop instead of top, it's better. Requires htop. alias top="htop" -# Automaticly adds title to Youtube-dl when downloading videos with it. +# Automaticly adds title to Youtube-dl when downloading videos with it. Requires youtube-dl. alias youtube-dl="youtube-dl -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 gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # Usually when I run "time", I want to know the current time. alias time="date"