aboutsummaryrefslogtreecommitdiff
path: root/.useful
diff options
context:
space:
mode:
Diffstat (limited to '.useful')
-rw-r--r--.useful1
1 files changed, 1 insertions, 0 deletions
diff --git a/.useful b/.useful
new file mode 100644
index 0000000..344dbd5
--- /dev/null
+++ b/.useful
@@ -0,0 +1 @@
+vi $( find . ! -type d ! -name *.pyc ! -path */.git/* | sort )
bgstack15