mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
Added alias gitk to start gitg.
This commit is contained in:
parent
418e9c83cc
commit
5bea81f880
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user