aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
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'