diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/commands/:cal | 3 | ||||
| -rwxr-xr-x | scripts/commands/:calc | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/commands/:cal b/scripts/commands/:cal new file mode 100755 index 0000000..3fbd0ef --- /dev/null +++ b/scripts/commands/:cal @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +sensible-terminal -e nvim +Calendar diff --git a/scripts/commands/:calc b/scripts/commands/:calc new file mode 100755 index 0000000..8f804ba --- /dev/null +++ b/scripts/commands/:calc @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +sensible-terminal -e node; |
