#load ble.sh source ~/.local/share/blesh/ble.sh neofetch cd() { builtin cd "$@" && pwd > ~/.cache/whereami; } cd $(cat ~/.cache/whereami)