Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

ls after cd in tcsh?

I cannot seem to find an answer to this question. In my .bash_profile I have this line: cd() { builtin cd "$@"; ll; } which executes ll every time I change directories. I would like this ...
AustinM's user avatar
  • 23