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
|
|
}
|