#!/usr/bin/env bash
# vim:syntax=sh
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
set bell-style visible

# because on some hosts the login path is fucked, unset in .local
# if it causes irritation:
cd ~ || cd || exit 151