From 91b15febb7a54fec00c7351df5b507d6637768d7 Mon Sep 17 00:00:00 2001 From: Ian Marsman Date: Tue, 6 Jun 2023 20:58:18 -0400 Subject: [PATCH] Cleanup --- cmd/pathhelper/pathhelper.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/pathhelper/pathhelper.go b/cmd/pathhelper/pathhelper.go index d6193f9..97e505e 100644 --- a/cmd/pathhelper/pathhelper.go +++ b/cmd/pathhelper/pathhelper.go @@ -11,12 +11,6 @@ import ( // /usr/libexec/path_helper func main() { - // if args.Args.Init { - // paths.Setup() - - // return - // } - if args.Args.Bash { // Get bash style path and manpath setting fmt.Println(paths.BashFormatPath())