This commit is contained in:
DeveloperDurp 2026-03-11 06:18:47 -05:00
parent 229528eb75
commit f756640db4
3 changed files with 15 additions and 7 deletions

View file

@ -8,6 +8,7 @@ export FZF_DEFAULT_OPTS="--preview 'bat --color=always {}'"
export EDITOR='nvim'
export GEM_HOME="$HOME/gems"
export GOBIN=~/go/bin
export GOPROXY=https://nexus.durp.info/repository/go
export BAT_THEME="Catppuccin Mocha"
export LS_COLORS="$(vivid generate catppuccin-mocha)"
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=none,fg=white,bold"