fix unicode bug
This commit is contained in:
parent
d08d5a6c9a
commit
8fdd681bb3
2
home.nix
2
home.nix
|
@ -82,7 +82,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
|
|||
NEOVIDE_MULTIGRID = 1;
|
||||
|
||||
# fish config
|
||||
fish_greeting = "✨️ heya ${config.home.username}, welcome to $(hostnamectl --pretty) ~";
|
||||
fish_greeting = "✨ heya ${config.home.username}, welcome to $(hostnamectl --pretty) ~";
|
||||
};
|
||||
|
||||
# configure programs
|
||||
|
|
Loading…
Reference in a new issue