Begin testing starship
This commit is contained in:
parent
acd887cc68
commit
a9d6ad5593
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# https://github.com/justjanne/powerline-go
|
||||
# https://nix-community.github.io/home-manager/options.html#opt-programs.powerline-go.enable
|
||||
programs.powerline-go = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
# https://github.com/justjanne/powerline-go#customization
|
||||
settings = {
|
||||
hostname-only-if-ssh = true;
|
||||
|
@ -31,6 +31,10 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
starship = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
bash = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
Loading…
Reference in a new issue