Commit Graph

415 Commits

Author SHA1 Message Date
Nathan B
04e21e3ddf Merge pull request #20 from bernardofire/master
add uninstall script
2012-04-05 00:52:49 -07:00
Bernardo B. Marques
3ab8c169fb replacing . by source, into README 2012-04-05 04:18:30 -03:00
Bernardo B. Marques
cc665559d4 add uninstall script into README 2012-04-05 04:16:27 -03:00
Bernardo B. Marques
b65c880f10 add uninstall script 2012-04-05 04:12:50 -03:00
Bernardo B. Marques
e8611bddbc . --> source. people can bind . for another function than source.. 2012-04-05 03:33:06 -03:00
Nathan Broadbent
fa9a255ac4 Fixed branch iteration for array in _git_index_update_all_branches function 2012-03-20 14:53:29 +08:00
Nathan Broadbent
323405477a If $NOTIFY is set, use notify-send to send git repo update notifications 2012-03-18 23:52:07 +08:00
Nathan Broadbent
5944f8c7fa Removed update_travis_ci_status function (moved to ndbroadbent/dotfiles repo) 2012-03-18 22:33:46 +08:00
Nathan Broadbent
06a2065f01 Fixed line editing detection for bind 2012-03-18 00:46:17 +08:00
Nathan Broadbent
ae5b8b5357 Fixed conditions for keybindings 2012-03-12 13:04:20 +08:00
Nathan Broadbent
ab7865867d Fixed test for shell and vi mode 2012-03-10 17:11:32 +08:00
Nathan Broadbent
1d65509bbd Fixed comment. Shortcuts ARE enabled by default. 2012-03-10 17:11:25 +08:00
Nathan Broadbent
56a5e21e4e Don't set emacs style keybindings for bash when in vi mode 2012-03-10 16:02:14 +08:00
Nathan Broadbent
b59caec489 Attempted fix for keyboard bindings (#19) 2012-03-10 12:51:18 +08:00
Nathan Broadbent
7d6bbb3afd Travis-ci requires 'hub' gem to be installed. Ensure that it is available. 2012-03-10 09:59:06 +08:00
Nathan Broadbent
aca96a5e8c Fix defaut IFS for Ubuntu 11.x 2012-03-08 17:35:03 +08:00
Nathan Broadbent
b90a8b9c8b Updated README 2012-03-02 11:48:18 +08:00
Nathan Broadbent
c5fc3f283f Wrap token in quotes for zsh 2012-02-29 00:20:57 +08:00
Nathan Broadbent
885d528c35 Fixed local variables for ZSH 2012-02-28 22:39:58 +08:00
Nathan B
bc8befae0c Merge pull request #17 from jdelStrother/locals
Don't export 'i' and 'cmd_output' as global vars
2012-02-28 06:20:25 -08:00
Jonathan del Strother
077f22da0b Don't export 'i' and 'cmd_output' as global vars 2012-02-28 12:42:38 +00:00
Nathan Broadbent
c68f0c523a Added function to delete a git branch from local, cached remote and remote server 2012-02-22 11:28:48 +08:00
Nathan Broadbent
5d46601889 Ignore both the stat file and the temp stat file 2012-02-16 16:04:12 +08:00
Nathan Broadbent
91477073fe Added Documents and Flowcharts to the default design assets directories. This shifts the focus towards every project having a structured 'My Documents' folder. 2012-02-04 12:27:58 +08:00
Nathan Broadbent
0f34d130bc { cp -f ... rm -f } === { mv -f }. lol. 2012-02-03 17:55:05 +08:00
Nathan Broadbent
f95e9a8544 Updating build statuses for all branches only periodically is still too slow. Now it only updates statuses for branches from remotes/origin that also have a local copy 2012-02-03 17:51:40 +08:00
Nathan Broadbent
f403169176 Escape git command (in case it's aliased) 2012-02-03 15:03:20 +08:00
Nathan Broadbent
f71372a8e9 Expanded travis ci build status update, so that it can perform frequent updates for the current branch, and periodic updates for all branches. Updating all branches was taking over 20 minutes. 2012-02-03 11:35:08 +08:00
Nathan Broadbent
78cc2d46ea Make sure bin/git is used to parse branch (turn off hub wrapper if present) 2012-02-01 12:12:10 +08:00
Nathan Broadbent
4cf8671a1c Use mislav's 'travis-ci' gist to show build status for current branch 2012-01-31 17:26:03 +08:00
Nathan Broadbent
7fd415bbf4 Fixed bug in refactor 2012-01-31 01:15:22 +08:00
Nathan Broadbent
cf31c9a15e 'eval' serves no purpose here either 2012-01-31 01:14:56 +08:00
Nathan Broadbent
7049e7fb64 Fixed git_add_patch_shortcuts 2012-01-31 01:13:00 +08:00
Nathan Broadbent
006ac0da7c Disable bash command wrapping until issues are fixed with escaped characters (i.e. whitespace in filenames) 2012-01-31 00:53:11 +08:00
Nathan Broadbent
2a2987cc87 Renamed and fixed travis update script, as well as git_ignore function 2012-01-31 00:52:15 +08:00
Nathan Broadbent
89b98eb986 Use $HOME in cron script, base_path no longer applicable 2012-01-31 00:28:13 +08:00
Nathan Broadbent
ada316bd5b Use builtin cd for batch commands 2012-01-31 00:11:10 +08:00
Nathan Broadbent
66ac5c4e7b Added cat and ls to wrapped commands 2012-01-28 19:06:27 +08:00
Nathan Broadbent
1320aec4da Default to ~/.scm_breeze directory in bashrc 2012-01-28 19:06:17 +08:00
Nathan Broadbent
5360a767f9 Added alias for 'git checkout -b' 2012-01-28 11:04:26 +08:00
Nathan Broadbent
80d1bf9208 Fixed issue with aliased 'cd' command 2012-01-27 16:04:25 +08:00
Nathan Broadbent
505f52a8ff Removed Unnecessary Usage of Cat 2012-01-26 13:38:06 +08:00
Nathan Broadbent
22086627d0 For git batch commands, make $base_path variable local so that it doesn't persist 2012-01-26 13:38:06 +08:00
Nathan Broadbent
26c0cfd8d0 Refactored git_update_travis_status() function 2012-01-26 13:38:06 +08:00
Nathan Broadbent
aa358bd46e Updated comment for Travis CI status script 2012-01-26 13:38:06 +08:00
Nathan Broadbent
fd66f5dbc9 Typo in README 2012-01-26 10:05:13 +08:00
Nathan Broadbent
27038317ea Updated README 2012-01-26 10:05:13 +08:00
Nathan Broadbent
e82e69f1d9 Replaced 1..3 range syntax with 1-3 (Inspired by holygeek's git-number project - https://github.com/holygeek/git-number) 2012-01-26 10:04:48 +08:00
Nathan Broadbent
e22ec216cb Made dashed line lengths equal in example config [ci skip] 2012-01-22 00:52:51 +08:00
Nathan Broadbent
241654930e Added bash command wrapping (expand git numbered args for common bash commands, such as cp, mv, rm, etc.). Also set kb shortcuts to true by default. 2012-01-22 00:40:56 +08:00