Changes
2 changed files (+9/-0)
-
-
@@ -31,6 +31,10 @@ pkgs.curl# Command to produce a depth indented directory listing pkgs.tree # A tool to fix `nix-shell` and `nix develop` forcibly use bash # https://github.com/MercuryTechnologies/nix-your-shell pkgs.nix-your-shell ]; home.file = {
-
-
-
@@ -136,6 +136,11 @@ }zle -N zle-line-init zle -N zle-keymap-select # Aliases nix commands to use Zsh rather than bash if command -v nix-your-shell > /dev/null; then nix-your-shell zsh | source /dev/stdin fi ''; }; };
-