tednaleid / shared zshrc

A set of shared zshrc files that can be used on multiple boxes.

Clone this repository (size: 49.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tednaleid/shared-zshrc/
commit 47: 7af8d8feb6e4
parent 46: 3ffb7ab7344e
branch: default
move to sglog from http://hgtip.com/tips/advanced/2010-01-15-styling-mercurials-cli
tednaleid
2 months ago

Changed (Δ6 bytes):

raw changeset »

zshrc_general (1 lines added, 1 lines removed)

Up to file-list zshrc_general:

@@ -210,7 +210,7 @@ function lf() {
210
210
alias ic="hg incoming -v | lf"
211
211
alias og="hg outgoing -v | lf"
212
212
213
alias hgl="hg log --graph -l"
213
alias hgl="hg sglog -l"
214
214
215
215
alias hgi='hg identify -nibt'
216
216