Commit Graph

1462 Commits

Author SHA1 Message Date
James Hegedus
26d2c64477
fix: pipe find into while 2021-05-19 19:01:36 +10:00
James Hegedus
1a22172d03
chore: comment out instructions in issue/pr templates (#944) 2021-05-19 18:46:39 +10:00
Trevor Brown
a1ef92adb0 Update version to 0.8.1 2021-05-18 19:41:16 -04:00
Trevor Brown
ab44e83183 Fix duplicate issue numbers in CHANGELOG.md 2021-05-18 19:40:53 -04:00
Trevor Brown
0a5fb17d7e Update changelog with details on 0.8.1 release 2021-05-18 19:35:01 -04:00
Daniel Kehoe
24d79d4d92
fix: delete instructions to add dependencies with Homebrew (#937) 2021-05-11 08:45:04 +10:00
James Hegedus
10d9c1218e
Merge branch 'master' into ban-process-substitution 2021-04-27 19:34:35 +10:00
jthegedus
43d6fef000 fix: format command-reshim 2021-04-27 19:31:22 +10:00
jthegedus
0c263ad700 fix: typo and refactor on top of master 2021-04-27 19:28:57 +10:00
jthegedus
ade70b94db chore: sync master 2021-04-27 19:28:24 +10:00
jthegedus
6af66dc88c fix: shellcheck errors and typo 2021-04-27 18:04:28 +10:00
James Hegedus
ad6b86f428
docs: describe using the system version (#925)
* docs: describe using the system version

#868

* fix: capitalization
2021-04-27 17:07:45 +10:00
James Hegedus
d7b62d2e92
fix: plugin update portability (#924) 2021-04-18 15:03:00 +10:00
Honeypot95
f4a80b53df
fix: consistent system completion (#911) 2021-04-18 13:04:18 +10:00
Trevor Brown
1b8847b865
Merge pull request #920 from mattfenwick/patch-1
add missing word to readme
2021-04-09 08:33:17 -04:00
Matt Fenwick
b90a60ac2a
add missing word to readme 2021-04-08 16:46:39 -04:00
Trevor Brown
3d8d1494a1
Merge pull request #917 from gwpantazes/patch-1
Fix tiny text for "By-passing asdf shims" heading
2021-04-06 09:06:18 -04:00
George Pantazes
21ae495509
Fix heading level and super tiny text
Fix the heading level for By-passing asdf shims.
- The text for H6 was extremely small - much smaller than the normal paragraph text. The font-size for the h6 was 9px. It looked incredibly small and silly. This fix will make the heading bigger, which may be against the original intention to keep this section small and out of the way, but honestly the way it was looked really silly.
- The heading level wasn't consistent, which may or may not be an accessibility issue. This isn't the important part though, just a common sense choice to fix the above issue about the font size.
2021-04-05 11:37:39 -05:00
Trevor Brown
b60c08acb2
docs: clarify usage of ASDF_DEFAULT_TOOL_VERSIONS_FILENAME (#912) 2021-04-03 13:30:00 +11:00
James Hegedus
456d8e36ca
fix: <plugin update all> to latest commit on default branch for each plugin (#800) 2021-03-02 17:37:05 +11:00
Muhammad Sanjar Afaq
07d4ae5aeb
docs: button for adding new translations (#876)
The "language translation" section is somewhat diffcult to find, this addition makes it easily accessible even from the homepage.
2021-03-01 09:03:39 +11:00
Trevor Brown
0f75c21629
Merge pull request #871 from brandondrew/patch-1
Support alternate location for .zshrc
2021-02-19 19:22:35 -05:00
Brandon Zylstra
b685f719dd
Support alternate location for .zshrc
Z shell supports placing your zshrc file in an alternate location, such as inside `.config` (which makes it far more conveninent to store your dot files in a Git repo, or even just sync them across machines with other folder-oriented synchronization tools).  

The current command assumes the default location of putting the rc file directly in the home directory.  But it is easy enough to support all alternate locations as well.  This version defaults to `~` if the variable `ZDOTDIR` is not defined.

I'm only including the case I've tested in this PR, but if you want me to do the same thing for other shells and other cases with Zsh, I'm open to doing that too.
2021-02-19 18:23:00 -05:00
Trevor Brown
8f4550e61f
Merge pull request #867 from asdf-vm/Stratus3D-patch-1
Add both the short and long versions of the --sort-versions flag to the banned commands
2021-02-10 14:56:50 -05:00
Trevor Brown
dd20022830
Add both the short and long versions of the --sort-versions flag to the banned commands
Related to #755
2021-02-10 14:45:02 -05:00
Amar Sood
55f43e3546
docs: fish symlink completions rather than copying (#860) 2021-02-07 18:38:40 +11:00
Trevor Brown
f633811577 Ban process substitution from asdf codebase 2021-02-05 11:28:27 -05:00
Trevor Brown
64a1d6ba44
Merge pull request #858 from asdf-vm/docs/bats-core-link
docs: update bats link to bats-core org
2021-02-02 12:22:16 -05:00
James Hegedus
7deedad304
docs: update bats link to bats-core org 2021-02-02 15:16:40 +11:00
Robert Buchberger
f4acfa7d02
docs: explain ASDF_DIR (#855) 2021-01-25 09:02:23 +11:00
Trevor Brown
78020067ec
Merge pull request #853 from nandalopes/master
Fix find global options warning
2021-01-21 08:59:29 -05:00
Nanda Lopes
dc776c0bc0 Fix find global options warning
find: warning: you have specified the global option -mindepth after the argument
-type, but global options are not positional, i.e., -mindepth affects tests
specified before it as well as those specified after it.  Please specify global
options before other arguments.

find: warning: you have specified the global option -maxdepth after the argument
-type, but global options are not positional, i.e., -maxdepth affects tests
specified before it as well as those specified after it.  Please specify global
options before other arguments.
2021-01-19 11:14:26 -03:00
Yasuyuki Ageishi
90b92b99be
fix: broken link in contributing.md (#852)
Co-authored-by: Y4suyuki <4ge15h1@gmail.com>
2021-01-20 00:41:54 +11:00
Trevor Brown
bd21c99a0a
Merge pull request #851 from klaxit/fix/posixly-correct
fix: shims break when POSIXLY_CORRECT=1
2021-01-14 09:27:27 -05:00
Jean-Paul Bonnetouche
0de6910d1f fix: shims break when POSIXLY_CORRECT=1
Process substitution isn't specified by POSIX and makes shims break when called by a script that `export POSIXLY_CORRECT=1` (like gitflow [here](https://github.com/nvie/gitflow/blob/develop/git-flow#L78)).

Here we replace `grep -f <(cmd1) <(cmd2)` with `cmd2 | grep -F "$(cmd1)"` so that we can provide a string instead of a file descriptor and get the same result as before.

(Note: We also check if the result of `cmd1` is empty before running `grep` to get the same behavior as with `-f`. This also prevent crashes if null results are piped to `xargs` and fits nicely with the `with_shim_executable` function that already check the result of `$selected_version` before going on).

Fixes: #581
2021-01-14 13:19:27 +01:00
Hyunwoo Park
bdace81ae9
docs: fix GitHub typo (#847) 2021-01-13 08:41:33 +11:00
Trevor Brown
0eb377cc7a
docs: note about unsolicited formatting pull requests (#848) 2021-01-13 08:37:42 +11:00
Trevor Brown
f55fca4e94
Merge pull request #839 from jthegedus/docs/link-github-discussions
docs: github dicsussions link
2021-01-04 09:39:03 -05:00
N1H1L0
954a5db19d
docs: improve zsh completion directions for macOS,ZSH,Homebrew (#843) 2020-12-31 11:53:18 +11:00
Aaron Jensen
d2b7e2fceb
Update no plugin installed error message (#818) 2020-12-21 11:00:09 +11:00
jthegedus
05a7f15dca docs: github dicsussions link 2020-12-18 17:31:27 +11:00
Trevor Brown
2c1301dfd2
Merge pull request #835 from juriglx/fix/broken-link-in-readme
Fix broken link in readme
2020-12-16 08:24:28 -05:00
Juri Glass
2daaf43c92 Fix broken link in readme 2020-12-15 12:04:35 +01:00
James Hegedus
7c74879ed2
Merge pull request #833 from smorimoto/fix-workflow
Fix .github/workflows/workflow.yml
2020-12-06 11:48:55 +11:00
Sora Morimoto
59ad7a62ca Fix .github/workflows/workflow.yml
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2020-12-03 07:59:08 +09:00
Trevor Brown
8b4f19c8af
Merge pull request #832 from sasurau4/fix/broken-link-in-contributing
fix broken link in CONTRIBUTING
2020-12-01 08:17:07 -05:00
Daiki Ihara
83a26ba5bf fix broken link in CONTRIBUTING 2020-12-01 20:47:49 +09:00
Trevor Brown
4d33bebf11
Merge pull request #827 from e28eta/patch-1
Update documentation references to icongram svg files
2020-11-20 11:17:56 -05:00
Dan Jackson
413f17e5ad
also update README.md references to icongram svgs 2020-11-17 22:49:57 -08:00
Dan Jackson
84f4301736
Fix broken image link for GitHub icon
icongram.jgog.in is returning a 525 error through cloudflare for me. As far as I can tell, it has switched to icongr.am

This also matches the icon on the StackOverflow Tag link.
2020-11-17 22:45:57 -08:00