diff --git a/configs/default.nix b/configs/default.nix index c02eb98..3a845b5 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -103,24 +103,22 @@ in { cat = "${pkgs.bat}/bin/bat --style=plain"; chromium-incognito = "chromium --user-data-dir=$(mktemp -d /tmp/chr.XXXXXX) --no-first-run --incognito"; - cp = "cp -i"; - dig = "dig +short"; + cp = "cp --interactive"; ip = "${pkgs.iproute}/bin/ip -c"; - l = "${pkgs.exa}/bin/exa -s type -a"; - la = "${pkgs.exa}/bin/exa -s type -la"; - ll = "${pkgs.exa}/bin/exa -s type -l"; - ls = "${pkgs.exa}/bin/exa -s type"; - mv = "mv -i"; + l = "ls --color=auto --time-style=long-iso"; + ls = "ls --color=auto --time-style=long-iso --almost-all"; + ll = "ls --color=auto --time-style=long-iso -l"; + la = "ls --color=auto --time-style=long-iso --almost-all -l"; + mv = "mv --interactive"; nixi = "nix repl ''"; ns = "nix-shell --run zsh"; o = "${pkgs.xdg_utils}/bin/xdg-open"; pbcopy = "${pkgs.xclip}/bin/xclip -selection clipboard -in"; pbpaste = "${pkgs.xclip}/bin/xclip -selection clipboard -out"; - rm = "rm -i"; + rm = "rm --interactive"; s = "${pkgs.systemd}/bin/systemctl"; take = "source ${take}"; tmux = "${pkgs.tmux}/bin/tmux -2"; - tree = "${pkgs.exa}/bin/exa --tree"; sxiv = swallow "${pkgs.sxiv}/bin/sxiv"; zathura = swallow "${pkgs.zathura}/bin/zathura"; us = "${pkgs.systemd}/bin/systemctl --user"; diff --git a/configs/packages/default.nix b/configs/packages/default.nix index 09095d0..872e3f5 100644 --- a/configs/packages/default.nix +++ b/configs/packages/default.nix @@ -77,6 +77,7 @@ manpages posix_man_pages # moreutils # for parallel, sponge, combine + tree parallel # for parallel, since moreutils shadows task spooler ripgrep # better grep rlwrap