Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 14, 2019 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d67e2db20512c45ec31a635ccbb34ce0 to your computer and use it in GitHub Desktop.
Save ryantm/d67e2db20512c45ec31a635ccbb34ce0 to your computer and use it in GitHub Desktop.
/nix/store/z3rx1zq47l06bajqf14sf4c7bzi7gnmv-autojump-22.5.3
├── bin
│   ├── autojump
│   ├── autojump_argparse.py
│   ├── autojump_data.py
│   ├── autojump_match.py
│   └── autojump_utils.py
├── etc
│   └── profile.d
│   └── autojump.sh
└── share
├── autojump
│   ├── autojump.bash
│   ├── autojump.fish
│   ├── autojump.zsh
│   └── icon.png
├── bash-completion
│   └── completions
│   └── autojump.bash
├── fish
│   └── vendor_conf.d
│   └── autojump.fish
├── man
│   └── man1
│   └── autojump.1.gz
└── zsh
└── site-functions
├── autojump.zsh
└── _j
13 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment