Source pkgfile

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-26 15:52:43 +02:00
parent 55ba1c0615
commit a617e78f6f

View file

@ -3,6 +3,11 @@
# Source the originaly generated bashrc
. ~/SetupCockpit/dotfiles/bash/original_bashrc
# On Arch Linux, source pkgfile "command not found" hook
if [ -e /usr/share/doc/pkgfile/command-not-found.bash ]; then
source /usr/share/doc/pkgfile/command-not-found.bash
fi
# Enable colored less output
export LESS_TERMCAP_mb=$'\e[1;32m'
export LESS_TERMCAP_md=$'\e[1;32m'