Hacker News new | ask | show | jobs
by kroger 4670 days ago
I have the same, but I use cd[a]+:

alias cda='cd ../' alias cdaa='cd ../../' alias cdaaa='cd ../../../'

I guess I was influenced by Lisp at the time, with car, cdr, cdar, cddr, etc ;-)

1 comments

> I guess I was influenced by Lisp at the time, with car, cdr, cdar, cddr, etc ;-)

You saw that naming scheme and thought "wow, that's sensible"?!