mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 16:30:09 +00:00
11 lines
133 B
Bash
11 lines
133 B
Bash
#!/bin/zsh
|
|
|
|
# WARP DIRECTORY
|
|
# ==============
|
|
# oh-my-zsh plugin
|
|
#
|
|
# @github.com/mfaerevaag/wd
|
|
|
|
wd() {
|
|
. $ZSH/plugins/wd/wd.sh
|
|
}
|