(no title)
cygni | 12 years ago
alias ..="cd .."
alias ...="cd ../.."
For moving around to other directories I use autojump (https://github.com/joelthelion/autojump).cygni | 12 years ago
alias ..="cd .."
alias ...="cd ../.."
For moving around to other directories I use autojump (https://github.com/joelthelion/autojump).
kroger|12 years ago
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 ;-)
Shish2k|12 years ago
You saw that naming scheme and thought "wow, that's sensible"?!