| ▲ | GNOMES 2 hours ago | |
Simple trick I use almost daily for navigating backwards to an exact directory: https://gist.github.com/GNOMES/6bf65926648e260d8023aebb9ede9... I use this often instead of chaining together multiple '../..'. Also nice for when I use Zoxide to CD into a deep nested directory. I quickly found out unless you manually CD each hop, the different parent directories aren't added to your Zoxide DB. (I have come across snippits to recursively CD into all directories in a path to "prepopulate" Zoxide). I made this to jump directly from say `/foo/bar/batz/abc/123` to `/foo/bar/batz`. | ||
| ▲ | exdeejay_ an hour ago | parent [-] | |
This is a neat and useful trick, and I will be borrowing it. Thanks! | ||