mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
4 lines
152 B
Fish
4 lines
152 B
Fish
function dark --description 'Set shell theme to dark mode, including neovim'
|
|
yes | fish_config theme save "Catppuccin Mocha"
|
|
update_nvim_theme dark
|
|
end
|