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://github.com/justjanne/powerline-go
|
||||||
# https://nix-community.github.io/home-manager/options.html#opt-programs.powerline-go.enable
|
# https://nix-community.github.io/home-manager/options.html#opt-programs.powerline-go.enable
|
||||||
programs.powerline-go = {
|
programs.powerline-go = {
|
||||||
enable = true;
|
enable = false;
|
||||||
# https://github.com/justjanne/powerline-go#customization
|
# https://github.com/justjanne/powerline-go#customization
|
||||||
settings = {
|
settings = {
|
||||||
hostname-only-if-ssh = true;
|
hostname-only-if-ssh = true;
|
||||||
|
@ -31,6 +31,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
starship = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
};
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
Loading…
Reference in a new issue