changes in aerc, updated nvim plugins, yazi config, niri, changed hypr dotfiles folders
This commit is contained in:
@@ -66,7 +66,7 @@ alias mlist='sudo reflector --verbose --latest 10 --age 1 --download-timeout 20
|
||||
# alias gaf='git add *'
|
||||
# alias gco='git commit -m'
|
||||
# alias gp='git push'
|
||||
# alias gcc='git clone'
|
||||
alias gcc='git clone'
|
||||
alias lgit='lazygit'
|
||||
|
||||
# proton vpn
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
# Add in plugins
|
||||
zinit light zsh-users/zsh-syntax-highlighting
|
||||
# zinit light zdharma-continuum/fast-syntax-highlighting
|
||||
zinit light zsh-users/zsh-completions
|
||||
zinit light zsh-users/zsh-autosuggestions
|
||||
zinit light Aloxaf/fzf-tab
|
||||
@@ -12,6 +13,7 @@ zinit ice lucid wait as"completion"
|
||||
zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_eza
|
||||
zinit light MichaelAquilina/zsh-you-should-use
|
||||
zinit light wfxr/forgit
|
||||
# zinit light trapd00r/zsh-syntax-highlighting-filetypes
|
||||
|
||||
# Add in snippets from "OhMyZsh“
|
||||
zinit snippet OMZP::git
|
||||
|
||||
@@ -128,3 +128,4 @@ function zvm_after_init() {
|
||||
# Re-bind ctrl+space for autosuggestions if needed
|
||||
bindkey '^@' autosuggest-accept
|
||||
}
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user