IntelliJ IDEA 2018.1 Released
jetbrains.com39 pointsby ryenus4 comments
echo "pwd: $(pwd)"
See https://github.com/fish-shell/fish-shell/pull/8059 git branch --show-current
See https://git-scm.com/docs/git-branch -5/2 -> -2 (ok, rounds down)
Actually this is rounding up, to zero, as -2.5 < -2 < 0