Skip to content

Instantly share code, notes, and snippets.

@quickshiftin
Last active August 29, 2015 13:56
Show Gist options
  • Save quickshiftin/9119641 to your computer and use it in GitHub Desktop.
Save quickshiftin/9119641 to your computer and use it in GitHub Desktop.
ls wrapper for emacs that omits files created by the editor
_lse_filter='~|#.*#'
alias lse='_() { ls -1 $1 | egrep -v $_lse_filter; }; _'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment