Add BAT_THEME
This commit is contained in:
parent
0eb7102c7e
commit
dbe4231024
@ -2,3 +2,4 @@ theme = "dark"
|
|||||||
alacritty_theme = "User 77 - Mashup colors"
|
alacritty_theme = "User 77 - Mashup colors"
|
||||||
helix_theme = "noctis_bordo"
|
helix_theme = "noctis_bordo"
|
||||||
zellij_theme = "kanagawa"
|
zellij_theme = "kanagawa"
|
||||||
|
bat_theme = "gruvbox-dark"
|
@ -2,3 +2,4 @@ theme = "light"
|
|||||||
alacritty_theme = "Baskerville-ivorylight"
|
alacritty_theme = "Baskerville-ivorylight"
|
||||||
helix_theme = "flatwhite"
|
helix_theme = "flatwhite"
|
||||||
zellij_theme = "nord"
|
zellij_theme = "nord"
|
||||||
|
bat_theme = "gruvbox-light"
|
||||||
|
11
zshenv
11
zshenv
@ -1,12 +1,13 @@
|
|||||||
export FINDER="sk"
|
export BAT_THEME="{{bat_theme}}"
|
||||||
export EDITOR="helix"
|
|
||||||
export VISUAL="helix"
|
|
||||||
export GPG_TTY=$(tty)
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
|
||||||
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||||
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
||||||
|
export EDITOR="helix"
|
||||||
|
export FINDER="sk"
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
export HELIX_RUNTIME="$HOME/src/helix/runtime"
|
export HELIX_RUNTIME="$HOME/src/helix/runtime"
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
export SKIM_DEFAULT_COMMAND="git ls-tree -r --name-only HEAD || rg --files"
|
export SKIM_DEFAULT_COMMAND="git ls-tree -r --name-only HEAD || rg --files"
|
||||||
|
export VISUAL="helix"
|
||||||
|
|
||||||
fpath+=(~/.zsh/completions)
|
fpath+=(~/.zsh/completions)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user