add deno support

This commit is contained in:
xfy
2024-10-14 14:07:57 +08:00
parent 22510e1277
commit 228acd9992
2 changed files with 4 additions and 1 deletions

View File

@ -987,7 +987,7 @@ tab_title_template "{index}: {title[title.rfind('/')+1:]}"
#: The foreground and background colors.
background_opacity 0.95
background_opacity 0.97
#: The opacity of the background. A number between zero and one, where
#: one is opaque and zero is fully transparent. This will only work if

View File

@ -1,3 +1,5 @@
# Add deno completions to search path
if [[ ":$FPATH:" != *":/home/xfy/.zsh/completions:"* ]]; then export FPATH="/home/xfy/.zsh/completions:$FPATH"; fi
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-vi-mode fzf-tab)
@ -152,3 +154,4 @@ load-nvmrc() {
fi
}
. "/home/xfy/.deno/env"