Created
October 15, 2013 03:22
-
-
Save michaelavila/6986046 to your computer and use it in GitHub Desktop.
xfiles + selecta (add to zshrc/bashrc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# you need to install selecta before this works | |
# https://github.com/garybernhardt/selecta | |
alias xf='$(find . -perm +111 -type f | selecta)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment