AutoYADM commit: 2025-03-07 16:30:03
This commit is contained in:
parent
aeb80e0a9d
commit
924f247ed6
2 changed files with 3 additions and 2 deletions
|
@ -22,6 +22,7 @@ workspace.library = [
|
||||||
command = "tinymist"
|
command = "tinymist"
|
||||||
[language-server.tinymist.config]
|
[language-server.tinymist.config]
|
||||||
exportPdf = "onType"
|
exportPdf = "onType"
|
||||||
|
outputPath = "$dir/target/$name"
|
||||||
# exportPdf = "onSave"
|
# exportPdf = "onSave"
|
||||||
# outputPath = "$root/target/$dir/$name"
|
# outputPath = "$root/target/$dir/$name"
|
||||||
# outputPath = "$dir/$name"
|
# outputPath = "$dir/$name"
|
||||||
|
|
4
.zshrc
4
.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)
|
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd)
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
ASHEN="$HOME/dev/ashen/ashen.nvim"
|
ASHEN="$HOME/dev/ashen/monorepo"
|
||||||
source $ASHEN/extras/fzf/ashen.sh
|
source $ASHEN/fzf/ashen.sh
|
||||||
unset LS_COLORS
|
unset LS_COLORS
|
||||||
|
|
||||||
if whence -w helix &>/dev/null; then
|
if whence -w helix &>/dev/null; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue