From 5fbe0c7b41ceb13399369744ba0046011830ae8a Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Mon, 13 May 2024 04:05:25 -0500 Subject: [PATCH] Remove redundant comments --- dotlib/pre/path.sh | 4 ---- dotlib/pre/prompt.sh | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dotlib/pre/path.sh b/dotlib/pre/path.sh index 9c44ac2..12980d3 100644 --- a/dotlib/pre/path.sh +++ b/dotlib/pre/path.sh @@ -1,7 +1,3 @@ -### -# Prepend a new path to `PATH`. -### - add-path() { local path paths path_list=( ) declare -A uniq_paths diff --git a/dotlib/pre/prompt.sh b/dotlib/pre/prompt.sh index 3575314..4a82d17 100644 --- a/dotlib/pre/prompt.sh +++ b/dotlib/pre/prompt.sh @@ -1,7 +1,3 @@ -### -# Setup and decorate the prompt. -### - prompt_symbol=λ prompt_color_fail=(204 80 83) prompt_color_pass=(48 92 161)