Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 27, 2020 02:32
Show Gist options
  • Save r-ryantm/40e1f196f8e70734d0a362eec1096b57 to your computer and use it in GitHub Desktop.
Save r-ryantm/40e1f196f8e70734d0a362eec1096b57 to your computer and use it in GitHub Desktop.
/nix/store/kd41xy3yx8n2266bk3bdg59djnhhpan7-vifm-0.11
├── bin
│   ├── vifm
│   ├── vifm-convert-dircolors
│   ├── vifm-pause
│   └── vifm-screen-split
├── etc
│   └── vifm
│   └── colors
│   └── Default-256.vifm
└── share
├── applications
│   └── vifm.desktop
├── bash-completion
│   └── completions
│   └── vifm
├── doc
│   └── vifm
│   ├── AUTHORS
│   ├── BUGS
│   ├── ChangeLog
│   ├── COPYING
│   ├── FAQ
│   ├── INSTALL
│   ├── NEWS
│   ├── README
│   └── TODO
├── man
│   └── man1
│   ├── vifm.1.gz
│   ├── vifm-convert-dircolors.1.gz
│   ├── vifm-pause.1.gz
│   └── vifm-screen-split.1.gz
├── pixmaps
│   └── vifm.png
├── vifm
│   ├── colors
│   │   ├── astrell-root.vifm
│   │   ├── astrell-user.vifm
│   │   ├── dmilith-root.vifm
│   │   ├── dmilith-user.vifm
│   │   ├── istib-solarized-dark.vifm
│   │   ├── juef-zenburn.vifm
│   │   └── reicheltd-light.vifm
│   ├── vifm-help.txt
│   ├── vifm-media
│   ├── vifmrc
│   ├── vim
│   │   ├── autoload
│   │   │   └── vifm
│   │   │   ├── colorconv.vim
│   │   │   ├── edit.vim
│   │   │   └── globals.vim
│   │   ├── doc
│   │   │   ├── tags
│   │   │   └── vifm-plugin.txt
│   │   ├── ftdetect
│   │   │   ├── vifm-rename.vim
│   │   │   └── vifm.vim
│   │   ├── ftplugin
│   │   │   ├── mail_vifm.vim
│   │   │   ├── vifm-cmdedit.vim
│   │   │   ├── vifm-edit.vim
│   │   │   ├── vifm-rename.vim
│   │   │   └── vifm.vim
│   │   ├── plugin
│   │   │   └── vifm.vim
│   │   └── syntax
│   │   └── vifm.vim
│   └── vim-doc
│   └── doc
│   ├── tags
│   └── vifm-app.txt
└── zsh
└── site-functions
└── _vifm
27 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment