# ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash if ~/.bash_profile or ~/.bash_login # exists. if ! [ "x${BASH_VERSION}" = 'x' ]; then . "${HOME}/.bashrc" fi PATH='/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games' PATH="${HOME}/bin:${PATH}" # Interactive shells only beyond this point. [ "${PS1+set}" = 'set' ] || return PATH="${HOME}/ibin:${PATH}" # VTE claims to be xterm-256color, but the ncurses terminfo definitions for # xterm and vte terminals have diverged so much that lxdialog rendering is # screwed up with terminfo from ncurses 6.1 (but was OK in 5.9). VTE should be # more honest. It's OK to be different, VTE. We'll love you just the same. [ "${DISPLAY:+set}" = 'set' ] && TERM='vte-2014'