Compare commits
4 commits
cae5f72a09
...
98c60059a3
Author | SHA1 | Date | |
---|---|---|---|
98c60059a3 | |||
ee37f907bd | |||
459a28bbea | |||
38bdd56637 |
3 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
ghq.enable = true;
|
||||
git.enable = true;
|
||||
neovim.enable = true;
|
||||
starship.enable = true;
|
||||
utils.enable = true;
|
||||
vifm.enable = true;
|
||||
zsh.enable = true;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
ghq.enable = true;
|
||||
git.enable = true;
|
||||
neovim.enable = true;
|
||||
starship.enable = true;
|
||||
utils.enable = true;
|
||||
vifm.enable = true;
|
||||
zsh.enable = true;
|
||||
|
|
|
@ -16,6 +16,10 @@ in
|
|||
directory = {
|
||||
style = "blue";
|
||||
truncate_to_repo = false;
|
||||
truncation_length = 6;
|
||||
truncation_symbol = "…/";
|
||||
read_only = " ";
|
||||
format = "[$read_only]($read_only_style)[$path]($style) ";
|
||||
};
|
||||
character = {
|
||||
success_symbol = "[](purple)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue