Merge branch 'main' of https://gitea.haugesenspil.dk/jonas/dotfiles
This commit is contained in:
10
zshrc/.zshrc
10
zshrc/.zshrc
@@ -14,6 +14,14 @@ setopt HIST_IGNORE_SPACE # Don't save commands starting with space
|
||||
setopt INC_APPEND_HISTORY # Write to history immediately, not at shell exit
|
||||
setopt SHARE_HISTORY # Share history between sessions
|
||||
|
||||
# Completion
|
||||
autoload -U compinit && compinit
|
||||
zmodload zsh/complist
|
||||
|
||||
zstyle ':completion:*' menu select # show menu, highlight selection
|
||||
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} # file-type colors (dirs, executables, etc.)
|
||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # case-insensitive matching
|
||||
|
||||
# Plugins
|
||||
source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
||||
source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||
@@ -33,7 +41,7 @@ alias qwen-local='QWEN_CODE_AUTH_TYPE=openai-compatible QWEN_CODE_API_KEY=llama-
|
||||
export EDITOR="nvim"
|
||||
export VISUAL="nvim"
|
||||
export SUDO_EDITOR="nvim"
|
||||
export OPENROUTER_API_KEY=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
|
||||
export OPENROUTER_API_KEY=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
|
||||
export USE_BUILTIN_RIPGREP=0
|
||||
export REAL_DEBRID_API_KEY="HQVUOC3ALUHIIQCFQK4UOV2GVGVLQKKHEWFWKN77G6URFBTQMUTQ"
|
||||
export HF_TOKEN=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
|
||||
|
||||
Reference in New Issue
Block a user