Hacker News new | past | comments | ask | show | jobs | submit login

I have these two aliases in my .zshrc file:

  alias ..="cd .."
  alias ...="cd ../.."
For moving around to other directories I use autojump (https://github.com/joelthelion/autojump).



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 ;-)


> 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"?!




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: