summaryrefslogtreecommitdiff
path: root/essential-files/etc/profile
blob: c5bddd0d655f877fe95a270ff7fd952c42729edf (plain)
1
2
3
4
5
6
7
8
9
# /etc/profile

# Source global bash config
if test "$PS1" && test "$BASH" && test -r /etc/bash.bashrc; then
        . /etc/bash.bashrc
fi

# Set default pager to less
export MANPAGER='less -R'