2020-06-11 14:41:32 +00:00
|
|
|
#!/bin/zsh
|
|
|
|
|
2019-01-12 15:47:23 +00:00
|
|
|
# WARP DIRECTORY
|
|
|
|
# ==============
|
2020-06-11 14:41:32 +00:00
|
|
|
# Jump to custom directories in terminal
|
|
|
|
# because `cd` takes too long...
|
2019-01-12 15:47:23 +00:00
|
|
|
#
|
|
|
|
# @github.com/mfaerevaag/wd
|
|
|
|
|
2019-10-24 19:09:05 +00:00
|
|
|
eval "wd() { source '${0:A:h}/wd.sh' }"
|