diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/.profile | 2 |
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 } |