feat(zsh): use starship
This commit is contained in:
parent
6bd007ed86
commit
d3a7abc265
1 changed files with 5 additions and 2 deletions
|
@ -213,8 +213,7 @@
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "direnv" "tmux" "vi-mode" ];
|
plugins = [ "direnv" "tmux" "vi-mode" ];
|
||||||
theme = "intheloop";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
localVariables = {
|
localVariables = {
|
||||||
|
@ -224,6 +223,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
starship = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
i3status-rust = {
|
i3status-rust = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bars = {
|
bars = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue