DEV Community

Discussion on: 10 Tools To Power Up Your Command Line

Collapse
 
clickclickonsal profile image
Sal Hernandez

OMG! These are some dope tools! I just installed fzf, exa, bat, & fd!

I added the aliases below to my shell profile to introduce them seamlessly into my workflow! πŸ˜€

alias cat="bat"
alias find="fd"
alias ls="exa"
alias ll="ls -alF"

Thanks for sharing this Darren! This is def going to help me boost up my workflow.