Skip to content

Instantly share code, notes, and snippets.

@franchb
Last active October 8, 2019 05:25
Show Gist options
  • Save franchb/04bb0d4501df81708d343668c18638c7 to your computer and use it in GitHub Desktop.
Save franchb/04bb0d4501df81708d343668c18638c7 to your computer and use it in GitHub Desktop.
bash_hacks

My bash hacks

Soon I plan to move it to my own Ubuntu config.

  1. cargo install exa && alias ll="exa -l" && alias llf="exa -alF" - pretty and faster ls alternative
  2. https://github.com/cantino/mcfly for improved bash history
  3. source /home/<user>/.config/broot/launcher/bash/br
  4. https://github.com/junegunn/fzf bash fuzzy finder
  5. https://github.com/denisidoro/navi bash interactive cheatsheet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment