mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
obsidian, zed
This commit is contained in:
parent
42beae4b0a
commit
f68ac5a89a
10 changed files with 386 additions and 8 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{...}: {
|
||||
catppuccin.starship.enable = false;
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
|
|
@ -7,5 +6,12 @@
|
|||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
enableIonIntegration = true;
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[[](green) ❯](peach)";
|
||||
error_symbol = "[[](red) ❯](peach)";
|
||||
vimcmd_symbol = "[ ❮](subtext1)"; # For use with zsh-vi-mode
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue