Polish fish experience and remove zsh again.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.zsh.enable = true;
|
|
||||||
users.users.ppetru = {
|
users.users.ppetru = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
|||||||
@@ -10,7 +10,9 @@
|
|||||||
zsh
|
zsh
|
||||||
]
|
]
|
||||||
++ (with pkgs.fishPlugins; [
|
++ (with pkgs.fishPlugins; [
|
||||||
|
pure
|
||||||
# don't add failed commands to history
|
# don't add failed commands to history
|
||||||
sponge
|
sponge
|
||||||
|
transient-fish
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,16 @@
|
|||||||
{
|
{
|
||||||
fish = {
|
fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
shellInit = ''
|
||||||
|
set fish_greeting
|
||||||
|
|
||||||
|
set pure_color_mute green
|
||||||
|
set pure_check_for_new_release false
|
||||||
|
set pure_enable_nixdevshell true
|
||||||
|
set pure_show_prefix_root_prompt true
|
||||||
|
set sponge_regex_patterns 'password|passwd'
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
|
|||||||
Reference in New Issue
Block a user