aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-06-06 04:23:13 -0300
committerEuAndreh <eu@euandre.org>2025-06-06 04:23:13 -0300
commit3cb8c61be96bd26dec868f23cba9de3e6c3fcfaf (patch)
tree078e27f5888092d8b9b007106d70ecc886d08ee6 /etc
parentetc/guix/home.scm: Add "ngircd" and "inspircd" package (diff)
downloaddotfiles-3cb8c61be96bd26dec868f23cba9de3e6c3fcfaf.tar.gz
dotfiles-3cb8c61be96bd26dec868f23cba9de3e6c3fcfaf.tar.xz
Add pijul package and configuration
Diffstat (limited to 'etc')
-rw-r--r--etc/guix/home.scm1
-rw-r--r--etc/sh/rc2
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
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'