diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.profile b/.profile new file mode 100644 index 0000000..5e99a50 --- /dev/null +++ b/.profile @@ -0,0 +1,8 @@ +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 |
