oh-my-zsh/plugins/wd/wd.plugin.zsh
2014-07-15 17:44:23 +02:00

12 lines
133 B
Bash

#!/bin/zsh
# WARP DIRECTORY
# ==============
# oh-my-zsh plugin
#
# @github.com/mfaerevaag/wd
wd() {
. $ZSH/plugins/wd/wd.sh
}