Zach Whaley
0dc718d81b
Use fish shell's autoloading functions for j command
...
Fish shell allows users to put function files in a directory which are loaded as command line commands during login
See https://fishshell.com/docs/current/tutorial.html#tut_autoload for more
- Add an option to install autojump.fish to a user's fish function directory (typically ~/.config/fish/functions)
- During system install, copy the autojump.fish function file to /usr/share/fish/vendor_functions.d, the system fish function directory
- On a non-system install, print instructions to add the autojump's fish function directory to the user's fish function path
2016-12-08 15:41:38 -06:00
YI Peipei
215cee3a93
Install autojump_match.py
2016-07-14 20:37:02 +08:00
William Ting
d529790278
Run pre-commit on repo.
2016-04-28 23:33:04 -07:00
William Ting
fa3ff58d92
Add custom sourcing to autojump.sh when using --prefix.
...
Fixes #345 .
2015-01-25 16:06:46 +09: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