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