39

I accidentally discovered that both "cd ..." and "..." work, and moreover, I can add more dots to go back further! I'm using zsh on iTerm2 on macOS. I'm pretty sure this isn't a cd feature. Is this specific to zsh or iTerm2? Are there other cool features I just never knew existed??

I'm so excited about an extra dot right now.

you are viewing a single comment's thread
view the rest of the comments
[-] thingsiplay@kbin.social 10 points 10 months ago

BTW in case you didn't know, a bare cd without arguments will bring you to your home. I have alias setup to quickly navigate one or two directories up and print the path then:

alias ..='cd .. && pwd'
alias ...='cd ../.. && pwd'

Should works with every shell and I don't even need to type cd itself.

[-] catastrophicblues@lemmy.ca 2 points 10 months ago

Oooh I’m stealing these aliases! Odd that I never wondered whether you could have an alias be symbols.

this post was submitted on 03 Nov 2023
39 points (100.0% liked)

Programming

13269 readers
11 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS