mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 18:08:34 -07:00
12 lines
113 B
Bash
Executable File
12 lines
113 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# WARP
|
|
# ====
|
|
# oh-my-zsh plugin
|
|
#
|
|
# @github.com/mfaerevaag/wd
|
|
|
|
wd() {
|
|
. $ZSH/plugins/wd/wd.sh
|
|
}
|