zsh experimenting
This commit is contained in:
9
modules/dots/zsh/default.nix
Normal file
9
modules/dots/zsh/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
flake.dots.zshrc = pkgs: ''
|
||||
source ${pkgs.carapace}/share/carapace-bin/bash-preexec.sh
|
||||
export PATH="${pkgs.carapace}/bin:$PATH"
|
||||
|
||||
alias ls="${pkgs.eza}/bin/eza"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user