So I've got ZSH doing all this cool stuff now, but what would be REALLY awesome is if I could get it to run 'ls -a' implicitly after every time I call 'cd'. I figure this must go in the .zlogin file or the .aliases file, I'm just not sure what the best solution is. Thoughts? Reference material?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Put the following into .zshrc:
EDIT:
After looking at documentation (
|
|||||||||||||||
|
|
Write a function that performs the |
|||
|
|
|
You can do this via a simple alias:
Put this in your |
|||||||||||||||
|