1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
Commit Graph

612 Commits

Author SHA1 Message Date
William Ting
8f8830449f add changelog template 2012-03-11 13:01:57 -10:00
William Ting
2bc5be61cc Merge pull request #109 from shelhamer/homebrew_zsh
Add fpath update for homebrew installs
2012-03-11 15:45:21 -07:00
Evan Shelhamer
394c67c441 Add fpath update for homebrew installs 2012-03-01 19:45:47 -05:00
Joel Schaerer
a74ef31e22 Merge pull request #107 from wting/issue_78
Redirect older Python users to install v12
2012-02-13 12:08:18 -08:00
Joel Schaerer
cfda2d0cd9 Merge pull request #106 from statik213/master
Add option to preserve symlinks and another command "s" to jump sub directories
2012-02-13 12:07:21 -08:00
Khalid Zubair
f0fe603af5 Add option to preserve symlinks to the zsh script 2012-02-10 19:41:17 -05:00
Khalid Zubair
a5a135d2b5 Add option to preserve symlinks to the zsh script 2012-02-10 19:37:56 -05:00
Khalid Zubair
123afc5f37 remove the 's' shortcut, revert change to autojump version 2012-02-10 19:17:55 -05:00
William Ting
2c66d59f2a redirect older Python users to install v12 2012-02-10 11:06:24 -10:00
Joel Schaerer
2b5099e6f5 Merge pull request #105 from wting/python_check
Python version check during installation
2012-02-10 01:38:38 -08:00
Khalid Zubair
eae871da9a Add option to preserve paths with symlinks; Add a second command 's' to jump to a subdirectory 2012-02-09 23:13:32 -05:00
William Ting
6eed258dbf minor doc requirements update 2012-02-09 11:03:22 -10:00
William Ting
2d502a00cf check python version during install and warn if incompatible 2012-02-09 09:24:46 -10:00
Joel Schaerer
8e86f08625 Merge pull request #104 from wting/dynamic_fpath
Traverse fpath when installing/uninstalling _j
2012-02-09 01:43:27 -08:00
Joel Schaerer
8fb8e8001f Merge pull request #103 from wting/bash_install_path
Fix bash local install
2012-02-09 01:42:44 -08:00
William Ting
80c681c07f add dynamic fpath for zsh installations back 2012-02-08 12:21:24 -10:00
William Ting
5213506d3c fix bash local installation paths 2012-02-08 11:27:43 -10:00
William Ting
fe548ef486 minor documentation fix 2012-02-08 10:51:02 -10:00
William Ting
140f7d85b1 Merge branch 'update_readme' of github.com:wting/autojump into update_readme 2012-02-08 10:42:37 -10:00
William Ting
d5de07774f update documentation to reflect new installation/uninstallation methods 2012-02-08 10:41:30 -10:00
William Ting
9b71ed2f98 minor formatting change 2012-02-08 10:40:22 -10:00
William Ting
0a172b0b9e update documentation to reflect new installation/uninstallation methods 2012-02-08 10:25:01 -10:00
Joel Schaerer
9deb429a61 Merge pull request #101 from wting/merge_installs
Merge installation scripts
2012-02-08 12:22:50 -08:00
Joel Schaerer
ddbcab4b3d Merge pull request #100 from wting/merge_uninstalls
Merge uninstallation scripts
2012-02-08 12:22:43 -08:00
William Ting
ca162ff5ed minor redundancy edit 2012-02-08 10:11:47 -10:00
William Ting
e4b555dd1d minor formatting change 2012-02-08 10:04:41 -10:00
William Ting
2718a056df fix install help msg, clean up uninstall.sh 2012-02-08 10:03:05 -10:00
William Ting
02262b9089 hardcoded _j copy to distro default function location for global zsh installs 2012-02-08 09:55:36 -10:00
William Ting
b4c6dcc419 merged installations 2012-02-08 09:22:39 -10:00
William Ting
6748626ac4 merge both uninstalls into one 2012-02-08 08:37:43 -10:00
William Ting
947383924a Merge branch 'master' of https://github.com/joelthelion/autojump 2012-02-08 07:58:08 -10:00
William Ting
9af3f3bc1f Merge branches 'bash-fix_missing_die_function' and 'zsh-fix_install_fpath' 2012-02-08 07:57:37 -10:00
Joel Schaerer
2b7fd39870 Merge pull request #99 from wting/zsh-fix_install_fpath
zsh: install fix hardcoded fpath
2012-02-08 02:46:15 -08:00
Joel Schaerer
5d69c84177 Merge pull request #98 from wting/bash-fix_missing_die_function
bash: replace missing die function
2012-02-08 02:45:53 -08:00
William Ting
280ff739e6 remove hardcoded fpath 2012-02-07 23:59:15 -10:00
William Ting
185118addb replace missing die function 2012-02-07 23:32:30 -10:00
Joël Schaerer
9ec542ee17 More helpful error message 2012-02-08 08:03:44 +01:00
Joel Schaerer
faf0854602 Merge pull request #97 from wting/issue_92-no_space
Abort save if error writing to disk (issue 92)
2012-02-07 23:00:54 -08:00
Joel Schaerer
8c546913e3 Merge pull request #95 from wting/bash-install-local
bash: local installation
2012-02-07 22:58:59 -08:00
Joel Schaerer
ab89fafc9f Merge pull request #94 from wting/zsh-install-refactor
zsh install: only one line needs to be added to .zshrc now
2012-02-07 22:57:01 -08:00
Joel Schaerer
31c85155d1 Merge pull request #93 from wting/zsh-uninstall-local
zsh uninstall: check for local installs to remove
2012-02-07 22:56:38 -08:00
William Ting
a17abd3459 abort save if disk error writing temp file 2012-02-07 17:07:28 -10:00
William Ting
770b80bfe4 fix install.sh test construct, simplified install.sh, minor formatting changes 2012-02-07 16:21:37 -10:00
William Ting
149863c322 bash uninstallation modified to detected and remove local installations 2012-02-07 16:02:49 -10:00
William Ting
aad0521755 change test constructs for bash installation 2012-02-07 15:52:15 -10:00
William Ting
4da9d3ef75 bash local installation finished 2012-02-07 15:40:57 -10:00
William Ting
1557dfa0d8 inform user of uninstallation scripts during installation process. 2012-02-07 15:06:01 -10:00
William Ting
d2a8036816 reformat install.zsh from tabs to spaces to match project files 2012-02-07 14:49:24 -10:00
William Ting
2a364ae73e refactor install.zsh so only one line needs to be added to .zshrc 2012-02-07 14:48:24 -10:00
William Ting
eb8639f62f check for local and global installs, remove if found 2012-02-07 14:34:49 -10:00