clear PAGER

This commit is contained in:
Ryan Mulligan 2018-04-02 06:08:35 -07:00
parent 209ab39449
commit 594e70039c

2
up.sh
View File

@ -2,6 +2,8 @@
set -euxo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PAGER=
export PAGER
# shellcheck source=setup-nixpkgs.sh
source "$SCRIPT_DIR/setup-nixpkgs.sh"