mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +00:00
add deno support
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
Reference in New Issue
Block a user