summary refs log tree commit diff
path: root/.profile
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2026-04-28 07:52:28 -0400
committerZach DeCook <zachdecook@librem.one>2026-04-28 07:52:28 -0400
commit23c2be1ad5e5fb5dfb58f6d4f39d59929caa327f (patch)
tree6573a7e05a8e4093ef24777f164ec1655f357bcb /.profile
parent237da97819be61b4db6df2fe8e393fa3382f7991 (diff)
downloaddotfiles-23c2be1ad5e5fb5dfb58f6d4f39d59929caa327f.tar.gz
hypridle, keyboard brightness
Diffstat (limited to '.profile')
-rw-r--r--.profile8
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