diff --git a/.bashrc b/.bashrc index eb0515d..250dbb7 100644 --- a/.bashrc +++ b/.bashrc @@ -13,6 +13,9 @@ export PATH="$HOME/.local/bin:$HOME/bin:$PATH" PS1='[\u@\h \W]\$ ' +# Uncomment the following line if you don't like systemctl's auto-paging feature: +# export SYSTEMD_PAGER= + # Auto cd shopt -s autocd