#!/usr/bin/env bash

if [ -f ~/.bash_env ]; then
    . "$HOME"/.bash_env
fi

[ "$(tty)" = "/dev/tty1" ] && exec sway
