alias ..='cd ..'

Category: Terminal Configuration

alias ..='cd ..'

Navigate up one directory with double-dot

Navigation aliases are among the most-used shortcuts. Extend the pattern: ...='cd ../..' or ....='cd ../../..' for going multiple levels up. Some shells (zsh) support this natively with the AUTO_CD option.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.