This repository has a few of my scripts for personal use. Some of them I may have made; others I may have found online and modified to my liking.
Directory has files for zsh shell
- up.zsh - quickly go up directories
- Similar to bd, use
up <parent dir substring>
to quicklycd
to a parent directory. This tries to be case sensitive at first and tries case insensitive matching as a backup. Also included arepup
andoup
which usepushd
andopen
instead ofcd
.
- Similar to bd, use
Directory has files for fish shell
- up.fish - quickly go up directories
- See the description of up.zsh above; this mirrors the same functionality but for fish.