This commit is contained in:
Michael Zhang 2020-06-15 04:11:21 -05:00
parent 4e6a65c9c5
commit 21948eecff
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 8 additions and 1 deletions

8
dot_gitconfig.tmpl Normal file
View file

@ -0,0 +1,8 @@
[user]
email = iptq@protonmail.com
name = Michael Zhang
signingkey = 925ECC02890D5CDAE26180D4BDA47A31A3C8EE6B
[pull]
rebase = true
[commit]
gpgsign = true

View file

@ -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"