mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
bashrc & zshrc: Remove stupid "time" alias.
I finally understand what that command does.
This commit is contained in:
parent
1d05f1167d
commit
2f88817113
3
bashrc
3
bashrc
@ -202,9 +202,6 @@ alias youtube-dl="youtube-dl -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.
|
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"
|
|
||||||
|
|
||||||
# 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 ./"
|
||||||
|
|
||||||
|
3
zshrc
3
zshrc
@ -128,9 +128,6 @@ alias youtube-dl="youtube-dl -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.
|
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"
|
|
||||||
|
|
||||||
# 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