Commit Graph

690 Commits

Author SHA1 Message Date
Nathan Broadbent
0ccb241833 removed tabs 2012-07-14 10:47:45 +12:00
Nathan Broadbent
6d6e1455be Reindented new lines 2012-07-14 10:47:07 +12:00
Nathan Broadbent
94b2b9b7d4 Merge pull request #42 from alhad/gs_relative_path_fix
Avoid infinite loop in __gs_relative_path when $(PWD) contains a symlink...
2012-07-13 15:46:33 -07:00
Alhad Purnapatre
5071256716 Avoid infinite loop in __gs_relative_path when $(PWD) contains a symlink. 2012-07-13 14:24:35 -07:00
flipkick
d9734ef039 fixes #33, don't define the aliases with a trailing space when there is no following argument 2012-06-22 22:42:30 +02:00
Nathan Broadbent
4531d9566a Made the default 'git log' command nicer (thanks to http://coderwall.com/p/euwpig?i=3&p=1&t=git :) 2012-06-20 15:50:59 +12:00
Nathan Broadbent
67286496bd Fixed design link command to use first match, if project is symlinked into multiple directories 2012-05-30 11:35:33 +12:00
Nathan Broadbent
a87d8f3edf Merge pull request #35 from coodix/master
Symbolic link in $GIT_REPO_DIR
2012-05-21 00:33:34 -07:00
coodix
97721437c9 Change _find_git_repos function fixing situation when no one repo was found by "c --rebuild" when $GIT_REPO_DIR is symbolic link 2012-05-20 22:41:08 +04:00
Nathan Broadbent
b48ea28cb1 Merge pull request #32 from coolluck/master
Avoid bash's variable unbound error
2012-05-08 17:37:05 -07:00
Minsu Choi
a8319e187d avoid "bash:unbound" error when "nounset" option enabled (set -o nounset) 2012-05-09 09:15:01 +09:00
Nathan Broadbent
b50639f55c Fixed list_aliases() function for Zsh. (Use alias instead of alias -p, and tweaked sed to support both output formats.) 2012-05-08 16:35:56 +12:00
Nathan Broadbent
69a44f3775 Fixed _design_add_git_exclude() function to use 'git rev-parse --git-dir', which will support submodules. 2012-05-08 16:25:00 +12:00
Nathan Broadbent
5e14302f56 Use 'autoload -Uz bashcompinit', as recommended in #21 2012-05-08 16:25:00 +12:00
Nathan Broadbent
4fb9123f19 Merge pull request #24 from tylerholien/master
Changed usage text to reflect '-' ranges instead of '..' ranges
2012-05-07 21:06:10 -07:00
Nathan Broadbent
b1aba1480b Replace 'command grep' with '\grep' to break out of aliases 2012-05-08 16:02:20 +12:00
Nathan Broadbent
c65c340a83 Merge pull request #25 from grota/master
avoid possible aliasing of grep
2012-05-07 20:59:43 -07:00
Nathan Broadbent
607590c9c7 Merge pull request #31 from focusaurus/patch-1
Avoid warning message if ~/.scmbrc does not exist
2012-05-07 16:50:44 -07:00
Peter Lyons
b4de983768 Avoid warning message if ~/.scmbrc does not exist 2012-05-07 09:31:19 -06:00
Giuseppe
f9f6da479e Forgot other command grep 2012-05-02 23:03:26 +02:00
Giuseppe Rota
ff1a59ddb7 forgot another one command grep 2012-05-02 21:45:03 +02:00
Giuseppe Rota
cc48bcb82f Substitute all grep instances with command grep 2012-04-26 17:27:50 +02:00
Giuseppe Rota
843a662149 avoid possible aliasing of grep 2012-04-26 00:11:42 +03:00
Tyler Holien
596b370b78 Changed usage text to reflect '-' ranges instead of '..' ranges 2012-04-25 15:01:52 -05:00
Nathan B
6af0d5fede Tweaked formatting in 'uninstall' section 2012-04-05 15:54:32 +08:00
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