Adaugat configuri pentru shell, wm si bar
Signed-off-by: hellisabove <robertnedela15@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user