Alessio Bogon
c29a369289
Fix "modify_autojump_sh" wrong behavior
...
The "modify_autojump_sh" function in "install.py" patches the "autojump.sh" in the wrong way in case the user has chosen a different dest_dir.
In particular, if we consider a dest_dir set to "/usr/local/Cellar/autojump/22.2.2", it would write something like:
source /usr/local/Cellar/autojump/22.2.2/etc/profile.d/autojump.${shell}
which does not exist, since all the autojump.${shell} files are placed under the share_dir. The correct path would be:
/usr/local/Cellar/autojump/22.2.2/share/autojump/autojump.${shell}
2014-12-18 03:13:36 +01:00
William Ting
819c5c76cc
Makes sure that autojump is sourced before running.
...
Fixes #255 .
2014-10-21 18:29:45 -07:00
William Ting
77d9d6ebc2
Installs to /usr/local/share instead of /etc/profile.d.
...
Fixes #257 , #267 .
2014-10-04 20:56:36 -07:00
William Ting
3c658dc64f
Fix flake8 errors.
2014-10-04 18:47:09 -07:00
William Ting
567ae121ab
Add install / uninstall / documentation for tcsh shell.
2014-06-28 19:07:55 -07:00
William Ting
2100f993b3
formatting cleanup
2014-06-28 12:38:31 -07:00
William Ting
72313dbc51
fish config file location verified
2014-03-09 20:06:03 -07:00
William Ting
5f9ac19afd
whitespace fixes
2014-01-18 09:08:36 -06:00
Michael Lawson
ff9376cb93
cleanup, add custom installation support, change default windows install directory
2014-01-16 11:39:17 +00:00
Michael Lawson
53eeed8a99
initial windows support
2014-01-12 19:34:28 +00:00
William Ting
3ef1195077
simplify file structure
2014-01-11 11:46:50 -06:00
William Ting
f5d13da96c
update documentation
2014-01-08 11:05:25 -06:00
William Ting
3f460fb3e9
Add Python 2.6 support back.
...
Closes #242 .
2014-01-07 09:56:30 -06:00
William Ting
4bb6dfe1ca
use python vs python2
2014-01-02 15:56:43 -06:00
William Ting
77eddd3c0b
fix minor fish shell commands
2013-12-31 11:07:28 -06:00
William Ting
c15996db19
add --force option back
2013-12-31 10:48:24 -06:00
William Ting
4c28a998b4
Correct fish post install message.
...
Closes #234 , #128 .
2013-12-31 09:00:03 -06:00
William Ting
9811922a77
cleanup autojump.bash
2013-12-30 18:05:32 -06:00
William Ting
8ad3c5aefd
print correct shell rc file for Mac bash users
2013-12-30 15:37:51 -06:00
William Ting
c7c8bceac9
modify autojump.sh for custom installs
2013-12-30 15:37:18 -06:00
William Ting
661f17791c
update install, add uninstall
2013-12-30 14:49:59 -06:00
William Ting
7b1c436ec6
replace install.sh with python version
2013-12-30 14:05:24 -06:00