wd.plugin.zsh 191 B

12345678910
  1. #!/bin/zsh
  2. # WARP DIRECTORY
  3. # ==============
  4. # Jump to custom directories in terminal
  5. # because `cd` takes too long...
  6. #
  7. # @github.com/mfaerevaag/wd
  8. eval "wd() { source '${0:A:h}/wd.sh' }"