add TokyoNight theme
This commit is contained in:
parent
ee46d57ac0
commit
0b6e908525
3 changed files with 92 additions and 25 deletions
|
@ -19,17 +19,22 @@ fi
|
|||
export SYSTEMD_EDITOR="$EDITOR"
|
||||
export VISUAL="$EDITOR"
|
||||
|
||||
|
||||
# Add local bin path and shell bin path to PATH
|
||||
export PATH="$PATH:${XDG_DATA_HOME:-$HOME/.local}/bin:$SHELL_CONFIG_DIR/bin"
|
||||
|
||||
|
||||
# Basic default LS colors
|
||||
export LSCOLORS="Gxfxcxdxbxegedabagacad"
|
||||
|
||||
# Theme for zsh and nvim (soon™)
|
||||
COLOR_SCHEME=tokyonight
|
||||
|
||||
# move zsh cache to where it should go
|
||||
export ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/zsh"
|
||||
|
||||
# Don't add extra space to the right side of the prompt
|
||||
export ZLE_RPROMPT_INDENT=0
|
||||
|
||||
# Move zinit to where it should go
|
||||
export ZINIT_HOME_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/zinit"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue