Former-commit-id: c618feced4
This commit is contained in:
Hadi
2024-06-25 21:57:24 +02:00
parent 13cf7cd494
commit 24d0f22f8e
11 changed files with 126 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs, lib, config, ... }: {
home.packages = with pkgs; [ eza bat ripgrep tldr ];
home.packages = with pkgs; [ bat ripgrep tldr ];
programs.zsh = {
enable = true;
@@ -42,8 +42,8 @@
celar = "clear";
e = "exit";
cd = "z";
ls = "${pkgs.eza}/bin/eza --icons=always";
tree = "${pkgs.eza}/bin/eza --icons=always --tree";
ls = "eza --icons=always --no-quotes";
tree = "eza --icons=always --tree --no-quotes";
sl = "ls";
open = "${pkgs.xdg_utils}/bin/xdg-open";
icat = "${pkgs.kitty}/bin/kitty +kitten icat";