aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--%HOME%/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 33fe277..83f3599 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -73,6 +73,7 @@ list_packages_cygwin() (
set -o errexit -o nounset -o pipefail
cygcheck --check-setup --dump-only \
+ | tail -n +3 \
| cut -d ' ' -f 1
)