mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-08 19:32:31 +01:00
bashrc & zshrc: Fix .
Thank you for xy for mentioning about this. I have always wondered why . doesn't work :)
This commit is contained in:
parent
cbae2b25ed
commit
a3dded237d
1
bashrc
1
bashrc
@ -188,7 +188,6 @@ alias sudo="sudo "
|
||||
|
||||
# Moving between directories:
|
||||
alias ..="cd .."
|
||||
alias .="cd ."
|
||||
|
||||
# Use htop instead of top, it's better. Requires htop.
|
||||
alias top="htop"
|
||||
|
Loading…
Reference in New Issue
Block a user