modifications to support windows

This commit is contained in:
PowerUser64 2025-04-01 21:05:43 -07:00
parent 671acaa74f
commit 48766a9a7b
8 changed files with 44 additions and 103 deletions

4
.zshrc
View file

@ -65,14 +65,14 @@ ${SKIP_PLUGINS:-false} || {
zinit load "softmoth/zsh-vim-mode"
zinit load "zsh-users/zsh-history-substring-search"
zinit load "zsh-users/zsh-completions"
zinit load "Tarrasch/zsh-bd"
! "${IS_SILLY_OS:-false}" && zinit load "Tarrasch/zsh-bd"
if ! command -v zoxide &> /dev/null || ${SKIP_ZOXIDE:-false}; then
zinit load "agkozak/zsh-z"
fi
# Plugins for use with Nix
zinit load "chisui/zsh-nix-shell"
zinit load "spwhitt/nix-zsh-completions"
! "${IS_SILLY_OS:-false}" && zinit load "spwhitt/nix-zsh-completions"
zinit snippet OMZP::direnv
## Theme