aboutsummaryrefslogtreecommitdiff
path: root/scripts/commands/:cheat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/commands/:cheat5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/commands/:cheat b/scripts/commands/:cheat
deleted file mode 100755
index 850557f..0000000
--- a/scripts/commands/:cheat
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env sh
-
-[[ ! -z "$1" ]] && file=$1 || file=Cheatsheets;
-
-sensible-terminal -e sensible-editor ~/.config/vimwiki/$file.md;