Update notes to have category support, add background to i3, set gruvbox to high contrast mode for my colorblind self, set rofi theme to high contrast gruvbox too
This commit is contained in:
parent
303b6ce5a6
commit
db7b2df76e
5 changed files with 29 additions and 2 deletions
home
|
@ -5,6 +5,10 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
|
|||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
fi
|
||||
|
||||
if [ -e /etc/profile.d/flatpak.sh ]; then
|
||||
source /etc/profile.d/flatpak.sh
|
||||
fi
|
||||
|
||||
if [ -f "${HOME}/.zshrc.d/init" ]; then
|
||||
source "${HOME}/.zshrc.d/init"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue