mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
76e23e62c6
continuating #1923
11 lines
113 B
Bash
11 lines
113 B
Bash
#!/bin/zsh
|
|
|
|
# WARP
|
|
# ====
|
|
# oh-my-zsh plugin
|
|
#
|
|
# @github.com/mfaerevaag/wd
|
|
|
|
wd() {
|
|
. $ZSH/plugins/wd/wd.sh
|
|
}
|