From 3cb8c61be96bd26dec868f23cba9de3e6c3fcfaf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 6 Jun 2025 04:23:13 -0300 Subject: Add pijul package and configuration --- etc/guix/home.scm | 1 + etc/sh/rc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') 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 diff --git a/etc/sh/rc b/etc/sh/rc index f6052ef..48d83c5 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -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' -- cgit v1.2.3