diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 21:06:36 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 21:06:36 +0100 |
commit | 00c05d55c7302b56a2b10ea496c64821b7cdb2af (patch) | |
tree | 7158cfd4f516f80e0d46ec0b2388a1ff9c6359d5 /hm | |
parent | fix(hm/conf/starship): Remove the on in the git branch module (diff) | |
download | nixos-config-00c05d55c7302b56a2b10ea496c64821b7cdb2af.tar.gz nixos-config-00c05d55c7302b56a2b10ea496c64821b7cdb2af.zip |
fix(hm/conf/zsh): Remove my prompt implementation
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/zsh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix index 2d37682a..a4ee77af 100644 --- a/hm/soispha/conf/zsh/default.nix +++ b/hm/soispha/conf/zsh/default.nix @@ -68,7 +68,7 @@ initExtraFirst = builtins.readFile ./config/zsh-init.sh - + builtins.readFile ./config/zsh-prompt.sh + # + builtins.readFile ./config/zsh-prompt.sh + builtins.readFile ./config/command_not_found_insult.zsh + builtins.readFile ./config/custom_cursor.sh + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh" |