| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-08-12 | etc/{bash => sh}/rc: Separate Bash-specific code, remove unused code | EuAndreh | 1 | -341/+0 | |
| 2022-08-12 | mv etc/bash/check.sh etc/sh/check.sh | EuAndreh | 1 | -74/+0 | |
| 2022-08-12 | mv etc/bash/privrc.sh etc/sh/privrc.sh | EuAndreh | 1 | -1/+0 | |
| 2022-08-12 | etc/{bash => sh}/vcs-ps1.sh: Add shell_status_jobs and shell_status_level | EuAndreh | 1 | -171/+0 | |
| 2022-05-16 | etc/bash/rc: Use "-e" instead of "-r" before sourcing files | EuAndreh | 1 | -2/+2 | |
| I previously had the impression that "-r" tested for a "readable file", when it actually works on directories too. So I'm sticking to the more general "-e" instead. | |||||
| 2022-05-16 | etc/bash/rc: explicitly set $HISTSIZE to -1 to represent the infinite value | EuAndreh | 1 | -1/+1 | |
| 2022-05-16 | etc/bash/rc: manually load $XDG_CONFIG_HOME/guix/current/etc/profile | EuAndreh | 1 | -1/+5 | |
| Guix sources the hardcoded ~/.config/guix/current in /etc/profile, so my custom path needs to be loaded manually. | |||||
| 2022-05-16 | etc/bash/rc: Don't source /etc/bashrc from user file | EuAndreh | 1 | -3/+0 | |
| Let this file be soruced by /etc/* files, or not be sourced at all. | |||||
| 2022-05-16 | etc/bash/vcs-ps1.sh: Better checking of empty shell variables | EuAndreh | 1 | -2/+2 | |
| 2022-05-15 | Use TinyCC as the default value of $CC | EuAndreh | 1 | -1/+1 | |
| 2022-05-15 | etc/bash/rc: Remove FIXME marker from bash-completion handling | EuAndreh | 1 | -6/+9 | |
| Moved to help-guix@gnu.org. See <165265271797.19845.1907620860408175547@localhost>. Also, only load completion files when running interactively, as there is no way to make that code behave, it's totally out of my control. | |||||
| 2022-05-15 | etc/bash/check.sh: Exclude the file from FIXME check | EuAndreh | 1 | -1/+1 | |
| 2022-05-15 | etc/bash/check.sh: Move to the root of the Git directory before running tests | EuAndreh | 1 | -0/+2 | |
| 2022-05-15 | etc/bash/check.sh: Assert clean tilde repositories | EuAndreh | 1 | -1/+13 | |
| 2022-05-15 | etc/bash/rc: Indent v() function body, remove commented code | EuAndreh | 1 | -7/+6 | |
| 2022-05-15 | etc/bash/rc: Move $V_FILES into v() function, use heredocs instead of strings | EuAndreh | 1 | -15/+16 | |
| Having the $V_FILES variable inside the v() function allows it to be a little bit more dynamic: files manually added to the list while editing the file aren't included as new values without `reload`ing the rc file, but new files created in the ~/Documents/txt/ directory are. | |||||
| 2022-05-15 | etc/bash/rc(cosmetic): Move comment on extra files into if statement | EuAndreh | 1 | -3/+1 | |
| 2022-05-15 | etc/bash/rc: Move stty modification to the end of the file; remove dead "case" | EuAndreh | 1 | -9/+1 | |
| 2022-05-14 | etc/bash/rc: Set $HISTCONTROL variable. | EuAndreh | 1 | -0/+2 | |
| 2022-05-14 | etc/bash/rc: Show pretty tilde path in $V_FILES, in a better order | EuAndreh | 1 | -7/+7 | |
| 2022-05-14 | bin/brightness: Put device information in $BACKLIGHT_DEVICE variable instead ↵ | EuAndreh | 1 | -0/+1 | |
| of file | |||||
| 2022-05-13 | etc/bash/rc: Link ~/.bashrc to ~/.profile and add set $ENV to ~/.profile | EuAndreh | 1 | -0/+2 | |
| 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. | |||||
| 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 ↵ | EuAndreh | 1 | -6/+6 | |
| `v()` function | |||||
| 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 | EuAndreh | 1 | -2/+0 | |
| There are files not under my control, such as completion files, that invariably fail the assertion. | |||||
| 2022-05-12 | bin/password: Add executable, a replacement for the genpassword function | EuAndreh | 1 | -5/+0 | |
| 2022-05-12 | etc/bash/rc: Setup working version alongside ~/.profile | EuAndreh | 1 | -0/+346 | |
| 2022-05-12 | Move symlink to private files to a relative location | EuAndreh | 1 | -1/+1 | |
| To avoid hardcoding both "/home/andreh" and "dev/private/dotfiles". | |||||
| 2022-05-12 | Move Git repository into ~/.usr/.git/ | EuAndreh | 4 | -0/+218 | |
