mirror of https://github.com/bjeanes/dotfiles.git
Move shell configs closer together
parent
5a7cc845f1
commit
5476a1b414
|
@ -216,8 +216,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.starship.enable = true;
|
|
||||||
programs.bash.enable = true;
|
|
||||||
|
|
||||||
# difftastic will show syntactical/structural changes in diffs
|
# difftastic will show syntactical/structural changes in diffs
|
||||||
# programs.git.difftastic.enable = true;
|
# programs.git.difftastic.enable = true;
|
||||||
|
@ -239,6 +237,8 @@
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
};
|
};
|
||||||
|
programs.bash.enable = true;
|
||||||
|
programs.starship.enable = true;
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
programs.direnv.enableZshIntegration = true;
|
programs.direnv.enableZshIntegration = true;
|
||||||
|
|
Loading…
Reference in New Issue