Source pkgfile
This commit is contained in:
parent
55ba1c0615
commit
a617e78f6f
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
||||||
# Source the originaly generated bashrc
|
# Source the originaly generated bashrc
|
||||||
. ~/SetupCockpit/dotfiles/bash/original_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
|
# Enable colored less output
|
||||||
export LESS_TERMCAP_mb=$'\e[1;32m'
|
export LESS_TERMCAP_mb=$'\e[1;32m'
|
||||||
export LESS_TERMCAP_md=$'\e[1;32m'
|
export LESS_TERMCAP_md=$'\e[1;32m'
|
||||||
|
|
Loading…
Add table
Reference in a new issue