From 924f247ed60e5424cacb5922b3e966066b223151 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 7 Mar 2025 16:30:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-07 16:30:03 --- .config/helix/languages.toml | 1 + .zshrc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 30e5134c..aed4efaa 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -22,6 +22,7 @@ workspace.library = [ command = "tinymist" [language-server.tinymist.config] exportPdf = "onType" +outputPath = "$dir/target/$name" # exportPdf = "onSave" # outputPath = "$root/target/$dir/$name" # outputPath = "$dir/$name" diff --git a/.zshrc b/.zshrc index e6ddfac7..a7d1ca6a 100644 --- a/.zshrc +++ b/.zshrc @@ -9,8 +9,8 @@ export EGET_BIN="/home/fic/.eget/bin" plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd) source ~/.profile source $ZSH/oh-my-zsh.sh -ASHEN="$HOME/dev/ashen/ashen.nvim" -source $ASHEN/extras/fzf/ashen.sh +ASHEN="$HOME/dev/ashen/monorepo" +source $ASHEN/fzf/ashen.sh unset LS_COLORS if whence -w helix &>/dev/null; then