updated zshrc for atuin

This commit is contained in:
liph
2026-03-19 20:15:34 +01:00
parent f12b027aa5
commit a1c09a6d3b
3 changed files with 10 additions and 6 deletions
+1
View File
@@ -127,6 +127,7 @@ window-rule {
window-rule { window-rule {
match at-startup=true app-id="wezterm" match at-startup=true app-id="wezterm"
open-on-workspace "1" open-on-workspace "1"
open-maximized true
open-floating false open-floating false
// clip-to-geometry true // clip-to-geometry true
} }
+1 -1
View File
@@ -3,6 +3,7 @@
# Add in plugins # Add in plugins
zinit light Aloxaf/fzf-tab zinit light Aloxaf/fzf-tab
zinit load atuinsh/atuin
zinit light zsh-users/zsh-syntax-highlighting zinit light zsh-users/zsh-syntax-highlighting
# zinit light zdharma-continuum/fast-syntax-highlighting # zinit light zdharma-continuum/fast-syntax-highlighting
zinit light zsh-users/zsh-completions zinit light zsh-users/zsh-completions
@@ -13,7 +14,6 @@ zinit ice lucid wait as"completion"
zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_eza zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_eza
zinit light MichaelAquilina/zsh-you-should-use zinit light MichaelAquilina/zsh-you-should-use
zinit light wfxr/forgit zinit light wfxr/forgit
zinit load atuinsh/atuin
# zinit load 'zsh-users/zsh-history-substring-search' # zinit load 'zsh-users/zsh-history-substring-search'
# zinit light trapd00r/zsh-syntax-highlighting-filetypes # zinit light trapd00r/zsh-syntax-highlighting-filetypes
+8 -5
View File
@@ -7,6 +7,12 @@ if [ ! -d "$ZINIT_HOME" ]; then
git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME" git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
fi fi
# Source Zinit and your other configuration files
source "${ZINIT_HOME}/zinit.zsh"
source ~/.aliases.zsh
source ~/.plugins.zsh
source ~/.export.zsh
# Initialization settings for zsh-vi-mode # Initialization settings for zsh-vi-mode
ZVM_INIT_MODE=sourcing ZVM_INIT_MODE=sourcing
@@ -69,12 +75,8 @@ function y() {
rm -f -- "$tmp" rm -f -- "$tmp"
} }
# Source Zinit and your other configuration files
source "${ZINIT_HOME}/zinit.zsh"
source ~/.aliases.zsh
source ~/.plugins.zsh
source ~/.export.zsh
zinit ice depth=1
# Zinit Annexes # Zinit Annexes
zinit light-mode for \ zinit light-mode for \
zdharma-continuum/zinit-annex-as-monitor \ zdharma-continuum/zinit-annex-as-monitor \
@@ -90,3 +92,4 @@ export PATH=/home/liph/.opencode/bin:$PATH
# Must be at the very end to ensure hooks are applied correctly [1] # Must be at the very end to ensure hooks are applied correctly [1]
. "$HOME/.atuin/bin/env" . "$HOME/.atuin/bin/env"
eval "$(atuin init zsh)" eval "$(atuin init zsh)"