diff options
author | EuAndreh <eu@euandre.org> | 2025-06-06 04:23:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-06-06 04:23:13 -0300 |
commit | 3cb8c61be96bd26dec868f23cba9de3e6c3fcfaf (patch) | |
tree | 078e27f5888092d8b9b007106d70ecc886d08ee6 /etc | |
parent | etc/guix/home.scm: Add "ngircd" and "inspircd" package (diff) | |
download | dotfiles-3cb8c61be96bd26dec868f23cba9de3e6c3fcfaf.tar.gz dotfiles-3cb8c61be96bd26dec868f23cba9de3e6c3fcfaf.tar.xz |
Add pijul package and configuration
Diffstat (limited to 'etc')
-rw-r--r-- | etc/guix/home.scm | 1 | ||||
-rw-r--r-- | etc/sh/rc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 5ca5875..e4a47a2 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -153,6 +153,7 @@ cvs subversion quilt + pijul ;; urubu gperftools @@ -210,7 +210,7 @@ alias diff='diff --color=auto' alias watch='watch --color ' alias man='MANWIDTH=$((COLUMNS > 80 ? 80 : COLUMNS)) man' alias less='less -R' -alias tree='tree -F -aC -I .git -I vendor -I STUFF -I refers' +alias tree='tree -F -aC -I .git -I .pijul -I vendor -I STUFF -I refers' alias make='make -e --no-print-directory' alias mv='mv -i' alias bc='bc -lq' |