dotfiles/zsh/.oh-my-zsh/plugins/wd/wd.plugin.zsh

11 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' }"