blob: 87d1d085874756a47425c058a5e77d8fdffd196e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/zsh
# WARP DIRECTORY
# ==============
# Jump to custom directories in terminal
# because `cd` takes too long...
#
# @github.com/mfaerevaag/wd
eval "wd() { source '${0:A:h}/wd.sh' }"
|