#!/usr/bin/env bash
export PROMPT_COMMAND='echo -ne "\x1b]0;$PWD\x07"'

[ -r "$HOME"/.bashrc ] && . "$HOME/.bashrc"
