Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
Showing only changes of commit d785e17ce6 - Show all commits

5
.zshrc
View file

@ -106,8 +106,8 @@ alias dotfiles="~/dotfiles/"
alias nv="nvim" alias nv="nvim"
alias dev="~/Development" alias dev="~/Development"
source $HOMEBREW_PREFIX/share/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source $HOMEBREW_PREFIX/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
# Lines configured by zsh-newuser-install # Lines configured by zsh-newuser-install
HISTFILE=~/.histfile HISTFILE=~/.histfile
@ -125,4 +125,3 @@ compinit
neofetch neofetch
export EDITOR=nvim export EDITOR=nvim
export PATH=$PATH:/home/benjamin/.spicetify