AutoYADM commit: 2025-03-07 16:30:03

This commit is contained in:
Daniel Fichtinger 2025-03-07 16:30:03 -05:00
parent aeb80e0a9d
commit 924f247ed6
2 changed files with 3 additions and 2 deletions

View file

@ -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"

4
.zshrc
View file

@ -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