Commit Graph

312 Commits

Author SHA1 Message Date
Daniel Perez
a8f67c9821 Fix issue in install get_concurrency 2016-07-01 18:26:25 +09:00
Akash Manohar
c44d05011d Merge pull request #75 from asdf-vm/make-concurrency
Set ASDF_CONCURRENCY when installing
2016-07-01 14:52:05 +05:30
Daniel Perez
3af5d21067 Set ASDF_CONCURRENCY when installing 2016-07-01 16:42:59 +09:00
Daniel Perez
da1dfb1dba Merge pull request #71 from dbernheisel/master
zsh: remove _asdf completion.
2016-07-01 15:50:20 +09:00
David Bernheisel
29807fd154 zsh: remove _asdf completion. #68 2016-06-29 16:06:33 -04:00
Daniel Perez
3af8a365e7 Merge pull request #69 from tejanium/master
Use bashcompinit instead of compinit for ZSH
2016-06-29 12:55:44 +09:00
Teja Sophista V.R
a2844400f4 use bashcompinit instead of compinit for ZSH 2016-06-27 11:14:12 +07:00
Daniel Perez
f53ee42dc1 Merge pull request #61 from tuvistavie/improve-plugin-test
Improve plugin tests
2016-06-17 18:39:48 +09:00
Daniel Perez
caee08d39b Improve plugin tests 2016-06-17 18:37:26 +09:00
Akash Manohar
7849d3a9aa Merge pull request #63 from Jwashton/master. Thank you @Jwashton ~!
Update README to include fedora package names
2016-06-17 07:09:07 +05:30
William Ashton
cf93b2265e Update README to include fedora package names 2016-06-16 17:14:05 -04:00
Akash Manohar
fe34eda5fe Merge pull request #59 from tuvistavie/add-travis-badges
Add travis badges to README
2016-06-12 14:09:54 +05:30
Daniel Perez
6b51f1b87b Add travis badges to README 2016-06-12 17:10:59 +09:00
Trevor Brown
724a1ab8cc Add Stratus3D to list of maintainers in readme. 2016-05-17 21:46:13 -04:00
Akash Manohar
c3765182f8 Merge pull request #51 from tuvistavie/use-multiple-versions
Make it possible to use fallback versions. Thank you @tuvistavie ~!
2016-05-14 15:19:29 +05:30
Akash Manohar
9c74973f8b Merge pull request #54 from tuvistavie/plugin-test
Add command and instructions to test plugin. Thank you @tuvistavie ~!
2016-05-14 10:07:17 +05:30
Daniel Perez
d633546bd2 Add local/global commands documentation. 2016-05-14 11:19:49 +09:00
Daniel Perez
61e014a2d6 Fix local command bug. 2016-05-14 11:11:16 +09:00
Daniel Perez
072a57e4cb Add command and instructions to test plugin. 2016-05-13 16:04:01 +09:00
Daniel Perez
dbbb0a5b7c Add maintainers to the README. 2016-05-13 13:06:14 +09:00
Charles Treatman
5e9b1cca77 Fix #52: Send any cd output to /dev/null
Users of `zsh` can define hook functions that execute when
the current directory changes.  If a user has their `zsh`
configured with a hook function that writes to stdout, the
`asdf` setup script will capture that output in addition to
the output of `pwd`, which causes a misconfiguration of the
`PATH` environment variable.

By redirecting the output, if any, of the `cd` command to
`/dev/null`, this ensures that the path to `bin` in `asdf`
is captured correctly regardless of `zsh` configuration.
2016-05-10 15:04:18 -04:00
Daniel Perez
3e31c40020 Make it possible to use fallback versions. 2016-05-04 02:22:48 +09:00
Akash Manohar
0c36c0036d Merge pull request #50 from tuvistavie/fix-local
Fix local command to support legacy files. Thank you @tuvistavie ~!
2016-05-02 21:18:42 +05:30
Daniel Perez
b0513a6da0 Fix local command to support legacy files. 2016-05-03 00:27:52 +09:00
Akash Manohar
c21215771c Merge pull request #47 from asdf-vm/hn/pr-24. Thank you @Stratus3D and @tuvistavie ~!
Check if legacy version file support is enabled before using it
2016-04-26 09:31:51 +05:30
Akash Manohar J
5739dd723a Check if legacy versions are enabled before using them 2016-04-25 05:02:18 +05:30
Akash Manohar J
18ed5c106a Merge latest master 2016-04-25 04:48:12 +05:30
Akash Manohar
16369f770c Merge pull request #46 from tuvistavie/local-global-commands
Add support for local and global commands. Thank you @tuvistavie ~!
2016-04-25 04:43:49 +05:30
Daniel Perez
784d7e9f34 Add support for local and global commands. 2016-04-25 02:13:09 +09:00
Akash Manohar
6abf98af4d Merge pull request #44 from tuvistavie/fish-support
Add fish support. Thank you @tuvistavie and @RobLoach for trying out fish shell support ~!
2016-04-24 22:19:06 +05:30
Akash Manohar
b9f0774f7b Merge pull request #45 from tuvistavie/config-file
Add support for config file. Thank you @tuvistavie. There goes fix #41 ~!
2016-04-24 22:13:49 +05:30
Daniel Perez
d4ee3aa999 Add support for config file. 2016-04-24 22:39:24 +09:00
Daniel Perez
3d388ec0a2 Add fish support. 2016-04-18 16:33:14 +09:00
Akash Manohar
cf942c8642 [Fix #30] Add @kennyp's golang plugin to readme. Thank you very much Kenny ~! 2016-04-09 21:26:19 +05:30
Akash Manohar
7c0bae3c3c Merge pull request #40 from smashedtoatoms/master
Updated README.md to include new plugins
2016-04-09 21:10:53 +05:30
Jason Legler
56311d3680 Updated README.md to include new plugins for postgres, redis, riak, and openresty. 2016-04-08 16:29:40 -06:00
Akash Manohar J
a0f13a8882 Add link to license 2016-03-16 10:29:50 +05:30
Akash Manohar J
9c66eb2407 Add license file. Thanks to @mosic for reporting 2016-03-16 10:27:58 +05:30
Akash Manohar
c0352b9ea7 Update README.md 2016-03-16 09:58:04 +05:30
Akash Manohar
ea44279896 Update urls to refer to organization 2016-03-16 09:52:07 +05:30
Akash Manohar
8e879d28fb Merge pull request #32 from NobbZ/patch-1
Fixed installation instructions. Thank you @NobbZ ~!
2016-03-12 22:25:53 +05:30
Norbert Melzer
ae221eb8eb Fixed installation instructions 2016-03-10 11:18:29 +01:00
Akash Manohar
c74f4a215d Merge pull request #31 from kennyp/bash-completion
Add bash completion. Thanks to @kennyp ~!
2016-03-01 10:26:16 +05:30
Kenny Parnell
0ed957b59e Add bash completion 2016-02-29 02:53:43 -05:00
Trevor Brown
dcfa52e2ca Correct if statement in get_tool_version_from_legacy_file function. 2016-02-13 14:10:58 -05:00
Trevor Brown
2e17f9eb03 Reorder variables the get_tool_version_from_legacy_file function. 2016-02-13 10:32:35 -05:00
Trevor Brown
9080ff2e33 Fix bug in get_preset_version_for function. Refactor the get_tool_version_from_legacy_file function. 2016-02-13 10:30:34 -05:00
Akash Manohar J
c071a97808 Merge branch 'master' of https://github.com/HashNuke/asdf 2016-01-17 08:01:04 +05:30
Akash Manohar J
d217514081 Fix loop bug during install with blank line in .tool-versions 2016-01-17 08:00:53 +05:30
Akash Manohar
253fce2d80 Remove ncurses from list of packages for OSX 2016-01-04 11:25:26 +05:30