Mild changes
git-svn-id: http://photonzero.com/dotfiles/trunk@117 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
20ed6c412c
commit
a166da6f0e
3 changed files with 7 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
|||
w = whatchanged
|
||||
stagediff = diff --staged
|
||||
sdiff = diff --staged
|
||||
graph = log –graph –oneline
|
||||
|
||||
[diff]
|
||||
renamelimit = 0
|
||||
|
|
|
|||
1
.muttrc
1
.muttrc
|
|
@ -49,6 +49,7 @@ set pgp_verify_key_command="gpg --verbose --batch --fingerprint --check-sigs %r"
|
|||
set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --list-keys %r"
|
||||
set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --list-secret-keys %r"
|
||||
set pgp_good_sign="^\\[GNUPG:\\] GOODSIG"
|
||||
set pager_index_lines=10
|
||||
|
||||
|
||||
macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder"
|
||||
|
|
|
|||
8
.zshrc
8
.zshrc
|
|
@ -7,9 +7,10 @@ bindkey -e
|
|||
|
||||
|
||||
export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04'
|
||||
export GOROOT=$HOME/local/go
|
||||
export GOARCH=amd64
|
||||
export GOOS=linux
|
||||
if [[ "$GOROOT" == "" ]]; then
|
||||
export GOROOT=$HOME/local/go
|
||||
export GOARCH=amd64
|
||||
export GOOS=linux
|
||||
case `uname` in
|
||||
Darwin)
|
||||
export GOOS=darwin
|
||||
|
|
@ -18,6 +19,7 @@ FreeBSD)
|
|||
export GOOS=freebsd
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
||||
setopt prompt_subst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue