From 990b5c1095d3fcc3bf254749a442f74582ab3b59 Mon Sep 17 00:00:00 2001 From: hellisabove Date: Sun, 28 Jan 2024 16:19:41 +0200 Subject: [PATCH] Updated zsh config and added git config --- gitconfig | 6 ++++++ zshrc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 gitconfig diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..4d211b8 --- /dev/null +++ b/gitconfig @@ -0,0 +1,6 @@ +[user] + name = hellisabove + email = robertnedela15@gmail.com + signingkey = A2BEF7475F358C57 +[commit] + gpgsign = true diff --git a/zshrc b/zshrc index c67122b..9c4b85f 100644 --- a/zshrc +++ b/zshrc @@ -4,6 +4,7 @@ export GPG_TTY=$(tty) # Set aliases alias ls="eza -lh" +alias sudo="doas" # Activate plugins(for Arch) source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh @@ -17,4 +18,3 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs # Change prompt eval "$(starship init zsh)" -[ -f /home/samsepi0l/.shelloracle.zsh ] && source /home/samsepi0l/.shelloracle.zsh