| Commit message (Expand) | Author | Files | Lines |
| 2022-05-14 | bin/brightness: Use consistent quoting only around variables | EuAndreh | 1 | -1/+1 |
| 2022-05-14 | bin/msg: Include an empty space in the body of the email to get a valid email | EuAndreh | 1 | -1/+1 |
| 2022-05-13 | etc/guix/home.scm: Remove inetutils package•••The `ping` command requires privileges to do ICMP shennanigans.
| EuAndreh | 1 | -1/+0 |
| 2022-05-13 | etc/guix/system.scm: Replace xmonad-current with xmonad-next | EuAndreh | 1 | -15/+3 |
| 2022-05-13 | etc/guix/system.scm: Do not include users in the "wheel" group by default | EuAndreh | 1 | -2/+3 |
| 2022-05-13 | etc/i3/config: Update WIP paths | EuAndreh | 1 | -7/+7 |
| 2022-05-13 | etc/mailcaps/config: Stop w3m from creating ~/.w3m/ | EuAndreh | 1 | -1/+1 |
| 2022-05-13 | bin/email: Fix name from "mail" to "email" in usage string | EuAndreh | 1 | -2/+2 |
| 2022-05-13 | etc/bash/rc: Link ~/.bashrc to ~/.profile and add set $ENV to ~/.profile•••Make .profile the only configuration file for shells. It concentrates
not only environment variables as login files should, but also aliases,
functions, etc.
Setting $ENV to ~/.profile makes interactive calls to `sh` load this
files, and symlinking ~/.bashrc makes interactive calls to `bash` do
the same.
Ultimately, I find that the separation of environment variables to login
files, usually in ~/.bash_profile, to make sense when thinking about
user sessions and logins, but not something I benefit from. Staying
logged in for multiple days, I modify environment variables that I want
to affect my existing and new terminal sessions, and having to do extra
work for getting those new values (such as an extra command that sources
~/.profile) isn't interesting to me.
| EuAndreh | 1 | -0/+2 |
| 2022-05-13 | etc/bash/rc: Include `f ...` and `v ...` in shell history | EuAndreh | 1 | -1/+2 |
| 2022-05-13 | etc/bash/rc: Replace hardcoded ~/.config paths with $XDG_CONFIG_HOME in `v()`... | EuAndreh | 1 | -6/+6 |
| 2022-05-13 | etc/guix/home.scm: Rename "jobs" to "cronjobs" | EuAndreh | 1 | -2/+2 |
| 2022-05-13 | etc/bash/vcs-ps1.sh: Include `shell_level` in $PS1 variable | EuAndreh | 1 | -1/+14 |
| 2022-05-12 | etc/bash/check.sh: Add assert for FIXME markers | EuAndreh | 1 | -0/+5 |
| 2022-05-12 | etc/bash/check.sh: Do not assert loading ~/.profile goes without error•••There are files not under my control, such as completion files, that
invariably fail the assertion.
| EuAndreh | 1 | -2/+0 |
| 2022-05-12 | etc/guix/home.scm: Replace tabs with spaces | EuAndreh | 1 | -16/+16 |
| 2022-05-12 | bin/password: Add executable, a replacement for the genpassword function | EuAndreh | 2 | -5/+57 |