Added alias gitk to start gitg.

This commit is contained in:
Mika Suomalainen 2011-08-14 19:11:11 +03:00
parent 418e9c83cc
commit 5bea81f880
1 changed files with 2 additions and 1 deletions

View File

@ -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"