dotfiles/dot_oh-my-zsh/plugins/wd/wd.plugin.zsh
2020-06-15 05:31:33 -05:00

10 lines
191 B
Bash

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