fixing iterm2 profiles to be cleaner and correct shells and such

This commit is contained in:
JesseBot 2022-12-25 17:55:07 +01:00
parent 85b4461896
commit 7bff3f4125
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9
2 changed files with 326 additions and 312 deletions

View file

@ -14,7 +14,7 @@ import argparse
parser = argparse.ArgumentParser()
parser.add_argument("html_file",
help="html file or URL to view in w3m in an iTerm2 split")
parser.add_argument("--profile", "-p", type=str, default="Minimal",
parser.add_argument("--profile", "-p", type=str, default="Minimal - bash",
help="iTerm2 profile you'd like to use in the new split.")
args = parser.parse_args()