Skip to content

Commit

Permalink
[zsh] fix ls alias completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Nov 26, 2023
1 parent 536c6c3 commit 173ccbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ in {
shellAliases = {
add-deleted="git status | grep 'deleted' | awk '{ print $2 }' | xargs git add";
jqp="jq -C | less -R";
ls="eza -Slhg --icons";
la="eza -Slhga --icons";
ls="eza -Slhg --icons=auto";
la="eza -Slhga --icons=auto";
maps="telnet mapscii.me";
nwitch="sudo nixos-rebuild switch --flake /home/ejiek/.slashNix/flake.nix#e220";
ntest="sudo nixos-rebuild test --flake /home/ejiek/.slashNix/flake.nix#e220";
Expand Down

0 comments on commit 173ccbc

Please sign in to comment.