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