PATH="$PATH:$HOME/.local/bin" export EDITOR="micro" export APORTSDIR="$HOME/gs/aports" # Bigger font if [ "$(tty)" = /dev/tty6 ]; then setfont /usr/share/consolefonts/ter-132n.psf.gz fi # Set the window title to the path export PS1='`echo -ne "\033]0;${PWD}\007" 1>&2`\w \$ '