diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-04-28 07:52:28 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-04-28 07:52:28 -0400 |
| commit | 23c2be1ad5e5fb5dfb58f6d4f39d59929caa327f (patch) | |
| tree | 6573a7e05a8e4093ef24777f164ec1655f357bcb /.profile | |
| parent | 237da97819be61b4db6df2fe8e393fa3382f7991 (diff) | |
| download | dotfiles-23c2be1ad5e5fb5dfb58f6d4f39d59929caa327f.tar.gz | |
hypridle, keyboard brightness
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 |
