Skip to content

Commit

Permalink
updates to help
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavb committed Nov 14, 2022
1 parent 53d83ae commit a7515fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ help() ##this help file
print "help | h | ?"
print "e -- edit homescript"
print "l -- load homescript"
print "c -- commit homescript"
print "c -- commit homescript (uses yadm)"
print "me -- go to me directory"
grep -E '^[a-zA-Z_-]+\(\)\{.*?##.*$$' ~/.zshrc | sort | awk 'BEGIN {FS="[\(\) ]*{[ ]*##"} {print $1 " -- " $2}'
}
Expand All @@ -19,7 +19,7 @@ alias 'h'='help'

### Software to Install
programs=(yadm mux iTerm2 gdrive adobe-illustrator burp-suite)
install-tools(){ ##install listed programs on this computer
install-tools(){ ##list programs to install on this computer
for i in ${programs[@]}; do
print $i
done;
Expand Down

0 comments on commit a7515fc

Please sign in to comment.