bin/short-pwd
#!/bin/sh term=$(printf "$PWD" | sed -E 's|(\.?[^/])([^/]+)\/|\1/|g') printf "\033[01;90m$term\e[0m"