Compare commits
No commits in common. "98c60059a38229ef522ec562f227ad9a3d1a23e9" and "cae5f72a095024b1fc6b411afc8f83663d008fd5" have entirely different histories.
98c60059a3
...
cae5f72a09
3 changed files with 2 additions and 8 deletions
|
@ -10,7 +10,6 @@
|
||||||
ghq.enable = true;
|
ghq.enable = true;
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
starship.enable = true;
|
|
||||||
utils.enable = true;
|
utils.enable = true;
|
||||||
vifm.enable = true;
|
vifm.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
ghq.enable = true;
|
ghq.enable = true;
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
starship.enable = true;
|
|
||||||
utils.enable = true;
|
utils.enable = true;
|
||||||
vifm.enable = true;
|
vifm.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
|
|
|
@ -12,14 +12,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
format = "$username$hostname$directory$git_branch$git_state$git_status$cmd_duration$line_break$python$nix_shell$character";
|
format = "$username$hostname$directory$git_branch$git_state$git_status$cmd_duration$line_break $python$nix_shell$character";
|
||||||
directory = {
|
directory = {
|
||||||
style = "blue";
|
style = "blue";
|
||||||
truncate_to_repo = false;
|
truncate_to_repo = false;
|
||||||
truncation_length = 6;
|
|
||||||
truncation_symbol = "…/";
|
|
||||||
read_only = " ";
|
|
||||||
format = "[$read_only]($read_only_style)[$path]($style) ";
|
|
||||||
};
|
};
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[](purple)";
|
success_symbol = "[](purple)";
|
||||||
|
@ -31,7 +27,7 @@ in
|
||||||
style = "bright-black";
|
style = "bright-black";
|
||||||
};
|
};
|
||||||
git_status = {
|
git_status = {
|
||||||
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style) ";
|
format = "[[( *$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style) ";
|
||||||
style = "cyan";
|
style = "cyan";
|
||||||
conflicted = "";
|
conflicted = "";
|
||||||
untracked = "";
|
untracked = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue