diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-12 17:30:07 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-12 17:30:07 +0200 |
commit | 269b27d9c8db0d46eb6a2af4937243872ded9a7e (patch) | |
tree | abe44966cbdf4e78c8b45b8313ce176c256599d0 /hm/soispha/conf/zsh/default.nix | |
parent | fix(sys/users/soispha): Add my new ssh key (diff) | |
download | nixos-config-269b27d9c8db0d46eb6a2af4937243872ded9a7e.zip |
refactor(hm/conf/zsh): Remove old zsh-prompt file
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/zsh/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix index 1bfae07b..90eba56c 100644 --- a/hm/soispha/conf/zsh/default.nix +++ b/hm/soispha/conf/zsh/default.nix @@ -65,7 +65,6 @@ initExtraFirst = builtins.readFile ./config/zsh-init.zsh - # + builtins.readFile ./config/zsh-prompt.sh + '' SHELL_LIBRARY_VERSION="2.1.2" source ${shell_library.rawLib.${system}} # This next line buffers the first line of the following item: |