Change vivid theme, add vpm

This commit is contained in:
~erin 2022-05-06 12:02:48 -04:00
parent 02cbd6b7f6
commit f00432dfa8
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
. "$HOME/.cargo/env"
# Export PATH
export PATH=$PATH:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.poetry/bin:$HOME/Projects/TI-84/CEdev/bin:$HOME/go/bin
export PATH=$PATH:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.poetry/bin:$HOME/Projects/TI-84/CEdev/bin:$HOME/go/bin:$HOME/src/vpm
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share/applications:/usr/share/:/usr/local/share:$HOME/.local/share/flatpak/exports/share
# Various environment variables
@ -14,4 +14,4 @@ export TERM=xterm-256color
# App themes
export BAT_THEME="Dracula"
export LS_COLORS="$(vivid generate iceberg-dark)" # colour scheme for ls & related utils
export LS_COLORS="$(vivid generate jellybeans)" # colour scheme for ls & related utils