forgot to update zshrc

This commit is contained in:
Artyom 2023-12-28 21:59:02 +03:00
parent bfd5ed788e
commit d5282d561c
No known key found for this signature in database
GPG key ID: EEFBB39006B28920

20
.zshrc
View file

@ -9,6 +9,7 @@
# ============================================ # ============================================
autoload -U compinit && compinit autoload -U compinit && compinit
compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
autoload -U select-word-style autoload -U select-word-style
select-word-style bash select-word-style bash
@ -21,8 +22,8 @@ setopt SHARE_HISTORY
setopt APPEND_HISTORY setopt APPEND_HISTORY
setopt HIST_FIND_NO_DUPS setopt HIST_FIND_NO_DUPS
setopt HIST_IGNORE_DUPS setopt HIST_IGNORE_DUPS
# setopt NO_MONITOR
ZSH_COMPDUMP='/dev/null'
HISTFILE=$HOME/.zsh_history HISTFILE=$HOME/.zsh_history
HISTSIZE=1000 HISTSIZE=1000
SAVEHIST=1000 SAVEHIST=1000
@ -31,7 +32,8 @@ zstyle ':fzf-tab:*' fzf-flags --color=fg:8,bg:-1,hl:6,fg+:15,bg+:0,hl+:13
zstyle ':completion:*' rehash true zstyle ':completion:*' rehash true
source $HOME/.scripts/zsh/hotkeys source $HOME/.scripts/zsh/hotkeys
export PATH=$PATH:$HOME/.scripts:$HOME/.cargo/bin export PATH=$PATH:$HOME/.scripts:$HOME/.cargo/bin:$HOME/.local/bin
export GOPATH=$HOME/.local/go
source /usr/share/zsh/plugins/fzf-tab-git/fzf-tab.plugin.zsh source /usr/share/zsh/plugins/fzf-tab-git/fzf-tab.plugin.zsh
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
@ -40,18 +42,22 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=13" ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=13"
export EDITOR=micro export EDITOR=micro
export TERM=alacritty
alias zshcfg='micro $HOME/.zshrc' alias zshcfg='micro $HOME/.zshrc'
alias ac='micro $HOME/.config/alacritty/alacritty.yml' alias ac='micro $HOME/.config/alacritty/alacritty.toml'
alias ls='exa -laFh --icons --group-directories-first' alias vitetris='tetris'
alias clear='clear && neofetch'
alias ls='eza -laFh --icons --group-directories-first'
alias clear='clear && fastfetch'
alias xx='chmod +x' alias xx='chmod +x'
alias pip='pipx'
# alias ping='gping' # alias ping='gping'
# alias top='btop' # alias top='btop'
# alias cat='gat' # alias cat='gat'
alias uffstyle='bash -c "$(curl -fsSL https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.sh)"'
konsoleprofile colors=Custom
termcolors termcolors
neofetch fastfetch
eval "$(starship init zsh)" eval "$(starship init zsh)"