diff --git a/home/zsh.nix b/home/zsh.nix index dae2cdf..640db01 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -41,6 +41,7 @@ shellAliases = { l = "exa -l"; + c = "z"; tree = "exa --tree --icons"; s = "nix-shell --run zsh"; sp = "nix-shell --run zsh -p"; @@ -52,5 +53,10 @@ gpl = "git pull"; }; }; + + zoxide = { + enable = true; + enableZshIntegration = true; + }; }; } diff --git a/hosts/worf/home.nix b/hosts/worf/home.nix index 53ed850..459011a 100644 --- a/hosts/worf/home.nix +++ b/hosts/worf/home.nix @@ -9,6 +9,7 @@ ]; home.packages = with pkgs; [ + alacritty bat bottom cocoapods @@ -23,7 +24,6 @@ # unstable.ripes spotify tldr - vscode ]; programs.zsh = {