From 1688d90998399a5e551db2ba287ab2548cfaee2d Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 4 Mar 2026 00:55:24 +0000 Subject: [PATCH] Add try --- .config/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0bb3553..113a4b6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -183,8 +183,8 @@ set -o ignoreeof # Stop CTRL-D from quitting # Load syntax highlighting; should be last. source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null -[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh - . "$HOME/.local/share/../bin/env" eval "$(zoxide init --cmd cd zsh)" + +eval "$(try init ~/src/tries)"