Updated zsh config and added git config
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
[user]
|
||||||
|
name = hellisabove
|
||||||
|
email = robertnedela15@gmail.com
|
||||||
|
signingkey = A2BEF7475F358C57
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
@@ -4,6 +4,7 @@ export GPG_TTY=$(tty)
|
|||||||
|
|
||||||
# Set aliases
|
# Set aliases
|
||||||
alias ls="eza -lh"
|
alias ls="eza -lh"
|
||||||
|
alias sudo="doas"
|
||||||
|
|
||||||
# Activate plugins(for Arch)
|
# Activate plugins(for Arch)
|
||||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
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
|
# Change prompt
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
[ -f /home/samsepi0l/.shelloracle.zsh ] && source /home/samsepi0l/.shelloracle.zsh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user