Solved it: my .zshrc did contain this entry: source ~/.dotenv.sh. ~/dotenv.sh has this content: cd() { debug() { if [ $DOTENVSH_DEBUG = true ]; ...
確定! 回上一頁