diff --git a/bootstrap.sh b/bootstrap.sh index 0785530..b5c3bb4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -52,6 +52,10 @@ apt install -y \ vim \ acl +# base setup +echo 'export SYSTEMD_PAGER=cat' >> ~/.bashr +source /home/tomasr/.bashrc + ################################################################################ # Docker ################################################################################