aboutsummaryrefslogtreecommitdiff
path: root/home/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'home/.profile')
-rw-r--r--home/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile
index d05cfd6..4ae5757 100644
--- a/home/.profile
+++ b/home/.profile
@@ -8,4 +8,4 @@ alias ps="pacman -Ss"
alias pi="sudo pacman -S"
alias pl="pacman -Ql"
alias pyu="sudo pacman -Syu"
-function d(){ dict $@ | less }
+function d(){ dict $@ | colorit | less -R }