Skip to content

Commit

Permalink
Fix tree alias
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jul 6, 2023
1 parent b3f68a3 commit c890497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/users/christian/shell/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ls = "ls -h --color='auto'";
lsa = "ls -a";
lsl = "ls | less";
tree = "l --tree";
tree = "exa --icons --tree";

# File reading
cat = "bat";
Expand Down

0 comments on commit c890497

Please sign in to comment.