Updated zsh config and added git config

This commit is contained in:
hellisabove
2024-01-28 16:19:41 +02:00
parent 954f015587
commit 990b5c1095
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
[user]
name = hellisabove
email = robertnedela15@gmail.com
signingkey = A2BEF7475F358C57
[commit]
gpgsign = true
+1 -1
View File
@@ -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