Braggy

Results 3 comments of Braggy

I've just started getting this issue and I believe it started right after I typo'd with 'd ' instead of 'cd '. It's done it ever since (new iTerm2 sessions...

OK, so I've found the `d` function in `~/.oh-my-zsh/lib/directories.zsh`: ``` function d () { if [[ -n $1 ]]; then dirs "$@" else dirs -v | head -n 10 fi...

It turns out the fix was also to have a symlink for `python` to `python3`, going by @djui's previous comment. It's now reproducable: ``` $ ll /usr/local/bin/python /usr/local/bin/python -> /usr/local/bin/python3...