Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 1, 2020 23:03
Show Gist options
  • Save r-ryantm/11814fb1255a6c729ada3a577ec4fa8d to your computer and use it in GitHub Desktop.
Save r-ryantm/11814fb1255a6c729ada3a577ec4fa8d to your computer and use it in GitHub Desktop.
/nix/store/xjblrjdwi5cphmkxqrrw88iknc52ravd-broot-1.0.7
├── bin
│   └── broot
├── etc
│   └── profile.d
│   └── br.bash
└── share
├── bash-completion
│   └── completions
│   ├── br.bash
│   └── broot.bash
├── fish
│   ├── vendor_completions.d
│   │   ├── br.fish
│   │   └── broot.fish
│   └── vendor_functions.d
│   └── br.fish
├── man
│   └── man1
│   └── broot.1.gz
└── zsh
└── site-functions
├── _br
├── br
└── _broot
13 directories, 11 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment