aboutsummaryrefslogtreecommitdiff
path: root/etc/sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/sh/rc: Export $PS1EuAndreh2024-02-161-0/+1
|
* etc/sh/rc: No longer create the ".bashrc" symlinkEuAndreh2024-02-161-2/+0
|
* etc/sh/rc: Define $SHAREDIR as the same as $PREFIXEuAndreh2024-02-161-0/+1
|
* etc/sh/rc: Rename $CFLAGS to $CCFLAGSEuAndreh2024-01-301-3/+2
|
* etc/sh/rc: Set $CC to cc(1)EuAndreh2024-01-251-1/+1
| | | | As cc(1) now is lime-driver(1).
* etc/sh/rc: Do not expose $TG_API_* to everyone by defaultEuAndreh2024-01-241-4/+1
|
* etc/sh/rc: Rename $VG_FLAGS to $VGFLAGSEuAndreh2024-01-241-2/+2
| | | | À la $CFLAGS, $LDFLAGS, etc.
* etc/sh/rc: Add idiff() utility functionEuAndreh2024-01-121-0/+4
|
* etc/sh/rc: Use 9 threads on $MAKEFLAGSEuAndreh2024-01-121-1/+1
| | | | After all, we're IO bound in velhinho.
* etc/sh/rc: Refine $CFLAGSEuAndreh2024-01-121-2/+1
|
* etc/sh/rc: Set $CC to tcc(1)EuAndreh2024-01-121-1/+1
|
* Remove Nix/NixOS support from configuration and utilitiesEuAndreh2024-01-121-16/+1
|
* etc/sh/rc: Use "\" as a shortcut in vi(1) for saving a fileEuAndreh2024-01-061-0/+1
|
* etc/sh/rc: Remove extra options from $CFLAGSEuAndreh2024-01-061-3/+0
|
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-041-4/+4
| | | | | | Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like.
* etc/sh/rc: Fix "c" alias to use the correct commandEuAndreh2024-01-041-1/+1
|
* etc/sh/rc: Add _XOPEN_SOURCE=700 to $CFLAGSEuAndreh2024-01-041-0/+1
|
* etc/sh/rc: Add "c" aliasEuAndreh2023-12-281-0/+1
|
* etc/sh/rc: Move "ulimit -c unlimited" to Bash-specific sectionEuAndreh2023-12-131-2/+3
|
* etc/guix/system.scm: Enable core dumps by defaultEuAndreh2023-12-131-0/+2
| | | | Start with no limit on the size of the core dump.
* etc/sh/rc: Replace "clean" alias with clean(1) utilityEuAndreh2023-12-081-1/+0
|
* etc/sh/rc: Add "clean" aliasEuAndreh2023-11-271-0/+1
|
* etc/sh/rc: Always "direnv allow" in rr() without checkingEuAndreh2023-11-131-3/+1
|
* etc/sh/rc: Add $HOME/.nix-profile as prefixEuAndreh2023-11-131-0/+1
|
* etc/sh/rc: Make $CFLAGS more legibleEuAndreh2023-11-071-1/+21
|
* etc/sh/rc: Revert $CC back to gccEuAndreh2023-11-071-1/+1
|
* etc/sh/rc: Add -fanalyzer to $CFLAGSEuAndreh2023-10-201-1/+1
|
* etc/sh/rc: Add -Wvla, -fsanitize=undefined and -fsanitize-trap to $CFLAGSEuAndreh2023-10-201-1/+1
|
* etc/sh/rc: Remove "nolock" from $EXINITEuAndreh2023-10-201-1/+0
|
* etc/sh/rc: Add `makeflags_status` to $PS1EuAndreh2023-10-131-1/+7
|
* etc/sh/rc: Add C-n and C-p mappings for viEuAndreh2023-10-111-0/+3
|
* etc/sh/rc: Fix content of $VG_FLAGSEuAndreh2023-10-111-5/+6
|
* etc/sh/rc: Force prefix $PATH with setuid programs firstEuAndreh2023-09-291-1/+1
|
* etc/guix/home.scm: Finish packaging of "tg"EuAndreh2023-09-231-0/+4
|
* etc/sh/cronjob.sh: Decrease CPU and IO priority to the minimumEuAndreh2023-09-221-1/+1
|
* etc/sh/rc: Add rr() functionEuAndreh2023-09-201-0/+7
|
* etc/sh/rc: Refine $CFLAGSEuAndreh2023-09-181-1/+1
|
* Revert "etc/sh/rc: Remove $MAKEFLAGS"EuAndreh2023-09-141-0/+1
| | | | This reverts commit 0c0907c57ff1cf5b0d015e1607582c7469de95fb.
* etc/sh/rc: Remove $LEX environment variableEuAndreh2023-09-141-1/+0
|
* Revert "etc/sh/rc: Remove alias on "make""EuAndreh2023-09-141-0/+1
| | | | This reverts commit 01430c387aa79807bde64d78e25433c641912d26.
* etc/sh/rc: Add direnv_status() to $PS1EuAndreh2023-09-111-1/+7
|
* etc/sh/rc: Remove $MAKEFLAGSEuAndreh2023-09-101-1/+0
|
* etc/sh/rc: Remove alias on "make"EuAndreh2023-09-101-1/+0
|
* etc/sh/rc: Use tcc as default for $CCEuAndreh2023-09-101-2/+1
|
* etc/sh/rc: Rename clear terminal alias "c" -> "cls"EuAndreh2023-08-301-1/+1
|
* etc/sh/rc: Enable autoindent in $EXINITEuAndreh2023-08-281-0/+1
|
* etc/sh/rc: Add $LEIN_HOMEEuAndreh2023-08-221-0/+1
|
* etc/guix/home.scm: Add "universal-ctags" packageEuAndreh2023-08-211-1/+0
| | | | Use the default name emitted by ctags(1) in $EXINIT.
* etc/sh/rc: export separate from NPROC definitionEuAndreh2023-08-211-1/+2
|
* etc/sh/rc: Set $NPROC to `nproc`EuAndreh2023-08-201-1/+1
|