Skip to content

Commit

Permalink
fix(alias): use lsd instead of ls
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Mar 16, 2024
1 parent e4c7f73 commit d1c1831
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/custom/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ alias nr='npm run --silent'

# Print each PATH entry on a separate line
alias path='echo -e ${PATH//:/\\n}'

# Use lsd
alias ls='lsd'

0 comments on commit d1c1831

Please sign in to comment.