diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-04-11 14:06:02 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-04-11 14:06:02 +0530 |
| commit | 460484c51abd35388be154b65450227153474ba8 (patch) | |
| tree | e9ce4e6346f1c08c03d743b2dfa6228543db1240 /scripts/commands/:cheat | |
| parent | 5d40bd31a395507fccafcc6ef9526b4649993c68 (diff) | |
| download | nixos-config-460484c51abd35388be154b65450227153474ba8.tar.gz nixos-config-460484c51abd35388be154b65450227153474ba8.zip | |
changes commands menu items
Diffstat (limited to 'scripts/commands/:cheat')
| -rwxr-xr-x | scripts/commands/:cheat | 5 |
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; |
