mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fixing iterm2 profiles to be cleaner and correct shells and such
This commit is contained in:
parent
85b4461896
commit
7bff3f4125
2 changed files with 326 additions and 312 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue