From 21948eecff1f4496a9d0e0c4bf79ec6dc6ee51f2 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 15 Jun 2020 04:11:21 -0500 Subject: [PATCH] update --- dot_gitconfig.tmpl | 8 ++++++++ dot_zshrc | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 dot_gitconfig.tmpl diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl new file mode 100644 index 0000000..dd2a610 --- /dev/null +++ b/dot_gitconfig.tmpl @@ -0,0 +1,8 @@ +[user] + email = iptq@protonmail.com + name = Michael Zhang + signingkey = 925ECC02890D5CDAE26180D4BDA47A31A3C8EE6B +[pull] + rebase = true +[commit] + gpgsign = true diff --git a/dot_zshrc b/dot_zshrc index 698870d..119a86b 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -16,7 +16,6 @@ export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" export EDITOR=nvim source $HOME/.cargo/env -source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh export PATH="$HOME/.local/scripts:$HOME/.dotnet/tools:$PATH:$HOME/go/bin" [ -f "${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/env" ] && source "${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/env"