From 6ba88007147e3ef7aa3e3c8ac67647e48de71536 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 20:04:11 +0200 Subject: [PATCH] made tools work again --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 92f7b76..e1871cb 100644 --- a/.bashrc +++ b/.bashrc @@ -559,7 +559,6 @@ get_alias() { _fancy_ls_ _coding_ _fetches_ - tools } main() { @@ -567,5 +566,6 @@ main() { get_packager get_alias plugins + tools } main