aboutsummaryrefslogtreecommitdiff
path: root/etc/sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-09etc/sh/rc: Add -fsanitize=undefined to $LDFLAGSEuAndreh1-2/+2
2024-06-03etc/sh/rc: Add alias for gdbEuAndreh1-0/+1
2024-05-23etc/sh/rc: Use vcs(1) in f()EuAndreh1-1/+1
2024-05-15etc/sh/rc: Add $ADA_INCLUDE_PATH and $ADA_OBJECTS_PATH to add_prefix()EuAndreh1-2/+5
2024-05-15etc/sh/rc: Man bc(1) alias quiet (-q) by defaultEuAndreh1-1/+1
2024-05-10etc/sh/rc: Add $DICTEuAndreh1-0/+1
2024-05-09etc/sh/rc: export $LDFLAGSEuAndreh1-0/+2
2024-05-08etc/sh/rc: Rename timestamp() to timestamp_fn()EuAndreh1-2/+2
2024-05-02etc/sh/rc: Split exporting $N and $MAKEFLAGSEuAndreh1-1/+2
2024-04-25Revert "Remove Nix/NixOS support from configuration and utilities"EuAndreh1-1/+15
2024-04-22etc/sh/rc: export $TD_USE_BUILTIN_HOOKSEuAndreh1-0/+1
2024-04-22etc/sh/rc: Include inode number in ls(1) aliasEuAndreh1-1/+1
2024-04-22etc/sh/rc: Include ~/.nix-profile in $PATHEuAndreh1-0/+1
2024-04-22etc/sh/rc: Have both $CCFLAGS and $CFLAGSEuAndreh1-0/+4
2024-04-22etc/sh/rc: Disable $CGO_ENABLEDEuAndreh1-0/+1
2024-04-22etc/sh/rc: Point $NIX_PATH to local Nix repositoryEuAndreh1-0/+1
2024-04-22etc/sh/rc: Stop exporting $SHAREDIREuAndreh1-1/+0
2024-02-23etc/sh/rc: Make $GOPATH a PREFIXEuAndreh1-0/+1
2024-02-23etc/sh/rc: Update $NODE_PATH in add_path()EuAndreh1-0/+2
2024-02-16etc/sh/rc: Add $HOST and $TARGET exported variablesEuAndreh1-0/+4
2024-02-16etc/sh/rc: Export $PS1EuAndreh1-0/+1
2024-02-16etc/sh/rc: No longer create the ".bashrc" symlinkEuAndreh1-2/+0
2024-02-16etc/sh/rc: Define $SHAREDIR as the same as $PREFIXEuAndreh1-0/+1
2024-01-30etc/sh/rc: Rename $CFLAGS to $CCFLAGSEuAndreh1-3/+2
2024-01-25etc/sh/rc: Set $CC to cc(1)EuAndreh1-1/+1
2024-01-24etc/sh/rc: Do not expose $TG_API_* to everyone by defaultEuAndreh1-4/+1
2024-01-24etc/sh/rc: Rename $VG_FLAGS to $VGFLAGSEuAndreh1-2/+2
2024-01-12etc/sh/rc: Add idiff() utility functionEuAndreh1-0/+4
2024-01-12etc/sh/rc: Use 9 threads on $MAKEFLAGSEuAndreh1-1/+1
2024-01-12etc/sh/rc: Refine $CFLAGSEuAndreh1-2/+1
2024-01-12etc/sh/rc: Set $CC to tcc(1)EuAndreh1-1/+1
2024-01-12Remove Nix/NixOS support from configuration and utilitiesEuAndreh1-16/+1
2024-01-06etc/sh/rc: Use "\" as a shortcut in vi(1) for saving a fileEuAndreh1-0/+1
2024-01-06etc/sh/rc: Remove extra options from $CFLAGSEuAndreh1-3/+0
2024-01-04re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh1-4/+4
2024-01-04etc/sh/rc: Fix "c" alias to use the correct commandEuAndreh1-1/+1
2024-01-04etc/sh/rc: Add _XOPEN_SOURCE=700 to $CFLAGSEuAndreh1-0/+1
2023-12-28etc/sh/rc: Add "c" aliasEuAndreh1-0/+1
2023-12-13etc/sh/rc: Move "ulimit -c unlimited" to Bash-specific sectionEuAndreh1-2/+3
2023-12-13etc/guix/system.scm: Enable core dumps by defaultEuAndreh1-0/+2
2023-12-08etc/sh/rc: Replace "clean" alias with clean(1) utilityEuAndreh1-1/+0
2023-11-27etc/sh/rc: Add "clean" aliasEuAndreh1-0/+1
2023-11-13etc/sh/rc: Always "direnv allow" in rr() without checkingEuAndreh1-3/+1
2023-11-13etc/sh/rc: Add $HOME/.nix-profile as prefixEuAndreh1-0/+1
2023-11-07etc/sh/rc: Make $CFLAGS more legibleEuAndreh1-1/+21
2023-11-07etc/sh/rc: Revert $CC back to gccEuAndreh1-1/+1
2023-10-20etc/sh/rc: Add -fanalyzer to $CFLAGSEuAndreh1-1/+1
2023-10-20etc/sh/rc: Add -Wvla, -fsanitize=undefined and -fsanitize-trap to $CFLAGSEuAndreh1-1/+1
2023-10-20etc/sh/rc: Remove "nolock" from $EXINITEuAndreh1-1/+0
2023-10-13etc/sh/rc: Add `makeflags_status` to $PS1EuAndreh1-1/+7