you are viewing a single comment's thread
view the rest of the comments
[–] 16 points 1 year ago (3 children)

i use fish shell with https://github.com/nickeb96/puffer-fish

basically when i type ... it expands to ../.. and adds another /.. for every additional dot i type

its similar to what the zsh users in the comment section are doing

  • source
  • hideshow 3 child comments
  • [–] 2 points 1 year ago* (1 child)

    I was about to post something similar. With fish you can do your own functions, right? So, you can pass any dots as arguments to a function called cd, so, for every extra dot after .., you append a /.. at the end.

  • source
  • parent
  • hideshow 1 child comment