Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Nov 13, 2023
1 parent e310770 commit cad3989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot_config/nushell/scripts/aliases.nu
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# https://www.nushell.sh/book/aliases.html#piping-in-aliases
def lsg [] { ls | sort-by type name -i | grid -c | str trim }

export alias l = ls
export alias ls = ls
export alias la = ls -a
Expand Down

0 comments on commit cad3989

Please sign in to comment.