index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
etc
/
sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
etc/sh/rc: Shrink $GOLDFLAGS
EuAndreh
2024-08-08
1
-1
/
+1
*
etc/sh/rc: Disable quit confirmation from gdb
EuAndreh
2024-08-05
1
-1
/
+1
*
etc/sh/rc: Add $YFLAGS, $GOCFLAGS and $GOLDFLAGS
EuAndreh
2024-08-05
1
-0
/
+3
*
etc/sh/rc: Remove -fsanitize=undefined fro $CFLAGS and $LDFLAGS
EuAndreh
2024-07-03
1
-2
/
+1
*
mv bin/e bin/ee
EuAndreh
2024-07-03
1
-1
/
+2
*
etc/sh/rc: Use C17 in $CCFLAGS!
EuAndreh
2024-06-16
1
-1
/
+1
*
etc/sh/rc: Remove -g from $CCFLAGS and -static from $LLDFLAGS
EuAndreh
2024-06-16
1
-5
/
+3
*
etc/sh/rc: Add -fsanitize=undefined to $LDFLAGS
EuAndreh
2024-06-09
1
-2
/
+2
*
etc/sh/rc: Add alias for gdb
EuAndreh
2024-06-03
1
-0
/
+1
*
etc/sh/rc: Use vcs(1) in f()
EuAndreh
2024-05-23
1
-1
/
+1
*
etc/sh/rc: Add $ADA_INCLUDE_PATH and $ADA_OBJECTS_PATH to add_prefix()
EuAndreh
2024-05-15
1
-2
/
+5
*
etc/sh/rc: Man bc(1) alias quiet (-q) by default
EuAndreh
2024-05-15
1
-1
/
+1
*
etc/sh/rc: Add $DICT
EuAndreh
2024-05-10
1
-0
/
+1
*
etc/sh/rc: export $LDFLAGS
EuAndreh
2024-05-09
1
-0
/
+2
*
etc/sh/rc: Rename timestamp() to timestamp_fn()
EuAndreh
2024-05-08
1
-2
/
+2
*
etc/sh/rc: Split exporting $N and $MAKEFLAGS
EuAndreh
2024-05-02
1
-1
/
+2
*
Revert "Remove Nix/NixOS support from configuration and utilities"
EuAndreh
2024-04-25
1
-1
/
+15
*
etc/sh/rc: export $TD_USE_BUILTIN_HOOKS
EuAndreh
2024-04-22
1
-0
/
+1
*
etc/sh/rc: Include inode number in ls(1) alias
EuAndreh
2024-04-22
1
-1
/
+1
*
etc/sh/rc: Include ~/.nix-profile in $PATH
EuAndreh
2024-04-22
1
-0
/
+1
*
etc/sh/rc: Have both $CCFLAGS and $CFLAGS
EuAndreh
2024-04-22
1
-0
/
+4
*
etc/sh/rc: Disable $CGO_ENABLED
EuAndreh
2024-04-22
1
-0
/
+1
*
etc/sh/rc: Point $NIX_PATH to local Nix repository
EuAndreh
2024-04-22
1
-0
/
+1
*
etc/sh/rc: Stop exporting $SHAREDIR
EuAndreh
2024-04-22
1
-1
/
+0
*
etc/sh/rc: Make $GOPATH a PREFIX
EuAndreh
2024-02-23
1
-0
/
+1
*
etc/sh/rc: Update $NODE_PATH in add_path()
EuAndreh
2024-02-23
1
-0
/
+2
*
etc/sh/rc: Add $HOST and $TARGET exported variables
EuAndreh
2024-02-16
1
-0
/
+4
*
etc/sh/rc: Export $PS1
EuAndreh
2024-02-16
1
-0
/
+1
*
etc/sh/rc: No longer create the ".bashrc" symlink
EuAndreh
2024-02-16
1
-2
/
+0
*
etc/sh/rc: Define $SHAREDIR as the same as $PREFIX
EuAndreh
2024-02-16
1
-0
/
+1
*
etc/sh/rc: Rename $CFLAGS to $CCFLAGS
EuAndreh
2024-01-30
1
-3
/
+2
*
etc/sh/rc: Set $CC to cc(1)
EuAndreh
2024-01-25
1
-1
/
+1
*
etc/sh/rc: Do not expose $TG_API_* to everyone by default
EuAndreh
2024-01-24
1
-4
/
+1
*
etc/sh/rc: Rename $VG_FLAGS to $VGFLAGS
EuAndreh
2024-01-24
1
-2
/
+2
*
etc/sh/rc: Add idiff() utility function
EuAndreh
2024-01-12
1
-0
/
+4
*
etc/sh/rc: Use 9 threads on $MAKEFLAGS
EuAndreh
2024-01-12
1
-1
/
+1
*
etc/sh/rc: Refine $CFLAGS
EuAndreh
2024-01-12
1
-2
/
+1
*
etc/sh/rc: Set $CC to tcc(1)
EuAndreh
2024-01-12
1
-1
/
+1
*
Remove Nix/NixOS support from configuration and utilities
EuAndreh
2024-01-12
1
-16
/
+1
*
etc/sh/rc: Use "\" as a shortcut in vi(1) for saving a file
EuAndreh
2024-01-06
1
-0
/
+1
*
etc/sh/rc: Remove extra options from $CFLAGS
EuAndreh
2024-01-06
1
-3
/
+0
*
re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"
EuAndreh
2024-01-04
1
-4
/
+4
*
etc/sh/rc: Fix "c" alias to use the correct command
EuAndreh
2024-01-04
1
-1
/
+1
*
etc/sh/rc: Add _XOPEN_SOURCE=700 to $CFLAGS
EuAndreh
2024-01-04
1
-0
/
+1
*
etc/sh/rc: Add "c" alias
EuAndreh
2023-12-28
1
-0
/
+1
*
etc/sh/rc: Move "ulimit -c unlimited" to Bash-specific section
EuAndreh
2023-12-13
1
-2
/
+3
*
etc/guix/system.scm: Enable core dumps by default
EuAndreh
2023-12-13
1
-0
/
+2
*
etc/sh/rc: Replace "clean" alias with clean(1) utility
EuAndreh
2023-12-08
1
-1
/
+0
*
etc/sh/rc: Add "clean" alias
EuAndreh
2023-11-27
1
-0
/
+1
*
etc/sh/rc: Always "direnv allow" in rr() without checking
EuAndreh
2023-11-13
1
-3
/
+1
[next]