git send-email config
This commit is contained in:
parent
a885d09805
commit
853bbd88ee
2 changed files with 21 additions and 10 deletions
|
@ -13,5 +13,13 @@
|
|||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[sendemail]
|
||||
smtpServer = mzhang.io
|
||||
smtpServerPort = 465
|
||||
smtpUser = mail@mzhang.io
|
||||
smtpPass = {{ pass "email/mail@mzhang.io" }}
|
||||
smtpEncryption = ssl
|
||||
confirm = auto
|
||||
|
||||
# vim: set filetype=gitconfig:
|
||||
|
||||
|
|
13
dot_zshrc
13
dot_zshrc
|
@ -2,17 +2,20 @@ source $HOME/.local/scripts/zsh/zsh-prelude.zsh
|
|||
source $HOME/.local/scripts/zsh/check-update.zsh
|
||||
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
# oh-my-zsh
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="ys"
|
||||
|
||||
plugins=(git zsh-syntax-highlighting)
|
||||
plugins=(
|
||||
git
|
||||
zsh-syntax-highlighting
|
||||
)
|
||||
export DISABLE_AUTO_UPDATE="true"
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# options
|
||||
setopt HIST_IGNORE_SPACE
|
||||
|
||||
export DISABLE_AUTO_UPDATE="true"
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
# export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
|
||||
export EDITOR=nvim
|
||||
|
|
Loading…
Add table
Reference in a new issue