bashrc & zshrc: Fix .

Thank you for xy for mentioning about this. I have always wondered why . doesn't work :)
This commit is contained in:
Mika Suomalainen 2012-04-10 19:15:53 +03:00
parent cbae2b25ed
commit a3dded237d
2 changed files with 0 additions and 2 deletions

1
bashrc
View File

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

1
zshrc
View File

@ -114,7 +114,6 @@ alias sudo="sudo "
# Moving between directories:
alias ..="cd .."
alias .="cd ."
# Use htop instead of top, it's better. Requires htop.
alias top="htop"