This repository has been archived on 2025-03-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotfiles/config/fish/config.fish

6 lines
244 B
Fish

if status is-interactive
oh-my-posh init fish --config ~/.poshthemes/bubblesextra.omp.json | source
export LS_COLORS="di=1;31:ln=31:so=37:pi=37:ex=1;31;40:bd=1;37;41:cd=37:su=1;37;41:sg=1;37;41:tw=1;31:ow=1;31"
alias sudo doas
end