This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/withfig/config into main
- Loading branch information
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -564,15 +564,19 @@ clear | |
|
||
cat <<EOF | ||
${BOLD}Want to contribute${NORMAL}? | ||
${BOLD}Want to contribute?${NORMAL} | ||
* Check out our docs: ${UNDERLINE}https://withfig.com/docs/getting-started${UNDERLINE_END} | ||
* Submit a pull request ${UNDERLINE}https://github.com/withfig/autocomplete${UNDERLINE_END} | ||
* Check out our docs: ${UNDERLINE}withfig.com/docs/getting-started${UNDERLINE_END} | ||
* Submit a pull request: ${UNDERLINE}github.com/withfig/autocomplete${UNDERLINE_END} | ||
${BOLD}Want to customize Fig's settings?${NORMAL} | ||
e.g. tab/enter behavior, width, height, theme etc | ||
Check out ${MAGENTA}${UNDERLINE}withfig.com/docs/support/settings${NORMAL} | ||
${BOLD}Get in touch:${NORMAL} | ||
* ${UNDERLINE}mailto:[email protected]${UNDERLINE_END} | ||
* Or ${MAGENTA}${BOLD}fig report${NORMAL} | ||
EOF | ||
|
||
|
@@ -657,6 +661,8 @@ cat <<'EOF' | |
EOF | ||
|
||
|
||
|
||
if [[ "$TERM_PROGRAM" == "iTerm.app" ]] | ||
then | ||
cat <<EOF | ||
|