Update starship config
This commit is contained in:
@@ -69,6 +69,14 @@ in
|
|||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
settings = {
|
||||||
|
directory = {
|
||||||
|
home_symbol = "~";
|
||||||
|
truncate_to_repo = false;
|
||||||
|
truncation_length = 0;
|
||||||
|
use_os_path_sep = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
tmux.shell = (lib.getExe x);
|
tmux.shell = (lib.getExe x);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user