Adaugat configuri pentru shell, wm si bar

Signed-off-by: hellisabove <robertnedela15@gmail.com>
This commit is contained in:
hellisabove
2026-01-11 00:23:28 +02:00
parent d21dfaf8da
commit ecd13af18f
3 changed files with 190 additions and 3 deletions
+14 -3
View File
@@ -1,20 +1,31 @@
# Set environment variables
export PATH=~/msvc-toolchain/bin/x64:~/.local/bin:$PATH
export PATH=~/.local/bin:~/.bun/bin:$PATH
export GPG_TTY=$(tty)
export EDITOR=nvim
# Completion
autoload -U compinit
compinit
# Correction
setopt correctall
# Set aliases
alias ls="eza -lh"
alias sudo="doas"
# Activate plugins(for Arch)
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
#source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Activate plugins(for other distros)
#source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
#source /usr/share/sh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Activate plugins(for Gentoo)
source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh
# Change prompt
eval "$(starship init zsh)"
neofetch