Remove redundant comments

This commit is contained in:
Nick Chambers 2024-05-13 04:05:25 -05:00
parent 88cba96149
commit 5fbe0c7b41
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,3 @@
###
# Prepend a new path to `PATH`.
###
add-path() {
local path paths path_list=( )
declare -A uniq_paths

View File

@ -1,7 +1,3 @@
###
# Setup and decorate the prompt.
###
prompt_symbol=λ
prompt_color_fail=(204 80 83)
prompt_color_pass=(48 92 161)