refact : starship in own folder and better conf
This commit is contained in:
parent
eec36cad07
commit
e5d611a4b8
2 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
format = '${custom.tztime}$all$directory$character'
|
#format = '${custom.tztime}$all$directory$character'
|
||||||
|
format = '$directory$character'
|
||||||
add_newline = true # Inserts a blank line between shell prompts
|
right_format = '$all'
|
||||||
|
add_newline = true # Inserts a blank line between shell prompts
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = '[➜](bold green)'
|
success_symbol = '[➜](bold green)'
|
|
@ -17,7 +17,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
mosh.enable = true;
|
# mosh.enable = true;
|
||||||
# neovim = {
|
# neovim = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# viAlias = true;
|
# viAlias = true;
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = with builtins; fromTOML (readFile ../configs/starship.toml);
|
settings = with builtins; fromTOML (readFile ../configs/starship/starship.toml);
|
||||||
};
|
};
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue