diff options
Diffstat (limited to 'scripts/commands')
| -rwxr-xr-x | scripts/commands/:emacs | 4 | ||||
| -rwxr-xr-x | scripts/commands/:email | 4 | ||||
| -rwxr-xr-x | scripts/commands/:music | 4 | ||||
| -rwxr-xr-x | scripts/commands/:scratchpad | 4 | ||||
| -rwxr-xr-x | scripts/commands/:system-monitor | 3 |
5 files changed, 2 insertions, 17 deletions
diff --git a/scripts/commands/:emacs b/scripts/commands/:emacs deleted file mode 100755 index 72ea1fb..0000000 --- a/scripts/commands/:emacs +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -emacsclient -c -n "$@"; - diff --git a/scripts/commands/:email b/scripts/commands/:email deleted file mode 100755 index 0b7b63f..0000000 --- a/scripts/commands/:email +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e neomutt - diff --git a/scripts/commands/:music b/scripts/commands/:music index 300a39f..8620adb 100755 --- a/scripts/commands/:music +++ b/scripts/commands/:music @@ -1,5 +1,5 @@ #!/usr/bin/env sh -#sensible-terminal -e ncmpcpp +sensible-terminal -e ncmpcpp -spotify +# spotify diff --git a/scripts/commands/:scratchpad b/scripts/commands/:scratchpad deleted file mode 100755 index 69f0971..0000000 --- a/scripts/commands/:scratchpad +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e sensible-editor ~/.config/vimwiki/scratchpad.md; - diff --git a/scripts/commands/:system-monitor b/scripts/commands/:system-monitor deleted file mode 100755 index f254fd2..0000000 --- a/scripts/commands/:system-monitor +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e gotop |
