Skip to content

Instantly share code, notes, and snippets.

@pmwhite
Created January 31, 2018 20:11
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 pmwhite/504dcf005e6b756099c0a435d9f7a358 to your computer and use it in GitHub Desktop.
Save pmwhite/504dcf005e6b756099c0a435d9f7a358 to your computer and use it in GitHub Desktop.
Why is normal vim here?
/home/philip λ>readlink -f $(which vim)
/nix/store/qi7n9xamd2gw2hzq5z3izj7mxskqylyy-vim-8.0.1150/bin/vim
/home/philip λ>readlink -f $(which test-vim)
/nix/store/sdzmghl3rjl51kc2vc2a7jw0n0kafqd0-test-vim/bin/test-vim
/home/philip λ>nix-env -e vim
/home/philip λ>readlink -f $(which vim)
/nix/store/qi7n9xamd2gw2hzq5z3izj7mxskqylyy-vim-8.0.1150/bin/vim
/home/philip λ>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment