aboutsummaryrefslogtreecommitdiff
path: root/bin/tmpname (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-14bin/brightness: Use consistent quoting only around variablesEuAndreh1-1/+1
2022-05-14bin/msg: Include an empty space in the body of the email to get a valid emailEuAndreh1-1/+1
2022-05-13etc/guix/home.scm: Remove inetutils package•••The `ping` command requires privileges to do ICMP shennanigans. EuAndreh1-1/+0
2022-05-13etc/guix/system.scm: Replace xmonad-current with xmonad-nextEuAndreh1-15/+3
2022-05-13etc/guix/system.scm: Do not include users in the "wheel" group by defaultEuAndreh1-2/+3
2022-05-13etc/i3/config: Update WIP pathsEuAndreh1-7/+7
2022-05-13etc/mailcaps/config: Stop w3m from creating ~/.w3m/EuAndreh1-1/+1
2022-05-13bin/email: Fix name from "mail" to "email" in usage stringEuAndreh1-2/+2
2022-05-13etc/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. EuAndreh1-0/+2
2022-05-13etc/bash/rc: Include `f ...` and `v ...` in shell historyEuAndreh1-1/+2
2022-05-13etc/bash/rc: Replace hardcoded ~/.config paths with $XDG_CONFIG_HOME in `v()`...EuAndreh1-6/+6
2022-05-13etc/guix/home.scm: Rename "jobs" to "cronjobs"EuAndreh1-2/+2
2022-05-13etc/bash/vcs-ps1.sh: Include `shell_level` in $PS1 variableEuAndreh1-1/+14
2022-05-12etc/bash/check.sh: Add assert for FIXME markersEuAndreh1-0/+5
2022-05-12etc/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. EuAndreh1-2/+0
2022-05-12etc/guix/home.scm: Replace tabs with spacesEuAndreh1-16/+16
2022-05-12bin/password: Add executable, a replacement for the genpassword functionEuAndreh2-5/+57