mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
Added time alias.
This commit is contained in:
parent
bfea62cefc
commit
418e9c83cc
@ -17,3 +17,6 @@ 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.
|
# 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"
|
||||||
|
|
||||||
|
# Usually when I run "time", I want to know the current time.
|
||||||
|
alias time="date"
|
||||||
|
Loading…
Reference in New Issue
Block a user