We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7bc7f commit 6e8f539Copy full SHA for 6e8f539
dev_tools/pypath
@@ -21,6 +21,7 @@
21
22
23
if [ -n "${ZSH_VERSION}" ]; then
24
+ # shellcheck disable=2296,2298
25
_PYPATH_BASE_DIR="${${(%):-%x}:a:h:h}"
26
else
27
_PYPATH_BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
0 commit comments