1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
wting_autojump/bin
benvb 491b4fd27b Quote $XDG_DATA_HOME when setting error file
I'm not sure if this is actually a bug in fish, but (test -d) with no argument returns true, and nonexistent environment variables return an empty string, so (test -d $XDG_DATA_HOME) returns true when $XDG_DATA_HOME isn't set.

Prior to making this change, I would get an error from dirname when opening a shell and an error from fish when cd'ing.
2015-01-07 16:47:33 -05:00
..
_j fix zsh tab completion function 2013-12-31 09:54:50 -06:00
autojump Bump to v22.2.2. 2014-12-15 20:16:53 -08:00
autojump_argparse.py autopep8'ed 2014-08-09 19:59:41 -07:00
autojump_data.py Tweak Windows temp.close() comment line. 2014-08-17 16:00:08 -07:00
autojump_utils.py Makes sure that autojump is sourced before running. 2014-10-21 18:29:45 -07:00
autojump.bash Correctly identify OSTYPE for some Linux distros. 2014-11-05 07:53:03 -08:00
autojump.bat initial windows support 2014-01-12 19:34:28 +00:00
autojump.fish Quote $XDG_DATA_HOME when setting error file 2015-01-07 16:47:33 -05:00
autojump.lua cleanup, add custom installation support, change default windows install directory 2014-01-16 11:39:17 +00:00
autojump.sh Installs to /usr/local/share instead of /etc/profile.d. 2014-10-04 20:56:36 -07:00
autojump.tcsh fix to allow directories starting with hyphens 2014-05-05 02:50:51 -04:00
autojump.zsh Correctly identify OSTYPE for some Linux distros. 2014-11-05 07:53:03 -08:00
icon.png restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00
j.bat fixed batch variable handling 2014-01-13 19:04:39 +00:00
jc.bat initial windows support 2014-01-12 19:34:28 +00:00
jco.bat initial windows support 2014-01-12 19:34:28 +00:00
jo.bat fixed batch variable handling 2014-01-13 19:04:39 +00:00