Nick Nisi
8023146a9b
added config to renumber tmux panes automatically
2013-04-21 20:36:44 -05:00
Nick Nisi
19ee3adfec
Various changes
...
+ added hist to show most used commands
+ changed vim colorscheme back to my own
+ added g() function thanks to r00k
2013-04-13 07:54:58 -05:00
Nick Nisi
6377243b5a
gitconfig updates
2013-02-06 10:26:10 -06:00
Nick Nisi
f233096c60
Fixing issues with gitconfig
2013-02-05 21:15:40 -06:00
Nick Nisi
99343b27a7
new commands, updated gitconfig
...
+ e opens $EDITOR (thanks @holman)
+ h is same as 'c' but in home directory (thanks @holman)
+ updated gitconfig
2013-02-05 20:47:16 -06:00
Nick Nisi
fd79fe70c1
Adding gbrt tool to view info about git branches
2013-01-24 09:35:32 -06:00
Nick Nisi
741b0f97d4
Reversed order of commits for git day
...
It makes more sense for the commits to show in chronological order,
starting with the oldest.
2013-01-11 10:50:09 -06:00
Nick Nisi
1f98b03092
Added 11:59PM to --after. Thanks to @nickashley for the find!
2013-01-10 12:19:34 -06:00
Nick Nisi
9f13997cf2
[git] added day alias to show what i did today
...
It doesn't exactly work, since it is including commits from yesterday,
so it is a WIP
2013-01-10 12:06:45 -06:00
Nick Nisi
a80c5a4ccd
Updating which script is used for git-completion
2013-01-07 19:27:12 -06:00
Nick Nisi
2213b78583
Updating some stuff [lazy commit]
2012-12-20 10:14:11 -06:00
Nick Nisi
d3d161011d
Added pretty git log (glog) alias to gitconfig as git l
2012-11-13 08:09:06 -06:00
Nick Nisi
46f35b225b
Added .vimrc.local to global gitignore
2012-11-13 08:08:38 -06:00
Nick Nisi
ea11c7db9b
Updating git aliases, removing fugitive shortcuts
...
Also updating prompt symbols
2012-11-07 10:38:28 -06:00
Nick Nisi
835380bd0a
Added some gems from Paul Irish's dotfiles, Removed syntastic
2012-10-31 19:44:15 -05:00
Nick Nisi
f6a980e6d4
adding some more git aliases
2012-10-30 09:35:38 -05:00
Nick Nisi
f1533d0486
Changing ls-files to grep all files
...
and not just modified
2012-10-09 11:08:20 -05:00
Nick Nisi
4564558bce
Added gdc - grep diff file changes between commits
2012-10-09 11:03:28 -05:00
Nick Nisi
40e06f950e
[git] Added -v options to br shortcut
2012-09-11 20:19:12 -05:00
Nick Nisi
e0d5121c74
[git] fixed alias
2012-07-09 22:43:52 -05:00
Nick Nisi
7ef38eba7c
Added some completion scripts and updated some zsh config
2012-07-03 09:42:18 -05:00
Nick Nisi
7094add10e
[git] added alias to update submodules
2012-07-03 08:29:46 -05:00
Nick Nisi
c8727a51d5
Removing hub alias
2012-06-21 19:34:36 -05:00
Nick Nisi
b38cba7b1e
RTFM updated to use hub alias command
2012-06-20 09:24:56 -05:00
Nick Nisi
accc2e3f69
[git] checking for existence of hub
...
if hub is present, alias git to hub
hub can be installed on os x using homebrew - `brew install hub`
https://github.com/defunkt/hub
2012-06-20 09:19:32 -05:00
Nick Nisi
0b22ee40f6
updating pager
2012-06-07 09:19:01 -05:00
Nick Nisi
8a240bb218
Added au for json, git alias
...
+ added git alias for showing the files that were changed/added/removed
for a specific commit
+ added au for json to make it show as JavaScript in vim
2012-05-30 15:02:55 -05:00
Nick Nisi
cb49151837
Added diff --cached aliases
...
diff --cached will show the diff of files I have already staged
2012-05-07 15:38:51 -05:00
Nick Nisi
f7398605f5
Updated git aliases
...
+ changed gs to git status
+ made gss git stash save
+ added gd for git diff
2012-05-05 17:49:30 -05:00
Nick Nisi
893e98c2e7
added comment description of function
2012-05-04 15:07:31 -05:00
Nick Nisi
1313ed78ee
Renamed git/aliases.zsh to git/git.zsh
...
+ Added a function to the file to allow for easier renaming of files
Changing the case of a filename is difficult in git because git does not
track case-sensitivity changes to a filename. I added a function which
simply does a `git mv` got a temporary file name and then does a `git
mv` to the desired filename.
2012-05-04 15:03:22 -05:00
Nick Nisi
d1397b5609
Adding submodule aliases to gitconfig
2012-05-02 17:33:14 -05:00
Nick Nisi
e387343082
Moving git aliases over to git dir
2012-04-30 23:26:18 -05:00
Nick Nisi
96cc9a727a
Updating gitconfig
2012-04-30 21:38:36 -05:00
Nick Nisi
a2ce0c7860
Restructuring & cleaning dotfiles, install script
2012-04-30 18:34:37 -05:00