diff options
| author | EuAndreh <eu@euandre.org> | 2022-01-04 14:53:20 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-01-04 14:53:20 -0300 |
| commit | 4386019ab6b44052ddf29ac4cbfbe1204bbbf68a (patch) | |
| tree | eb5b3e0e62304c1fbebde8f93b37ab8484f7a491 /scripts/c | |
| parent | Move VCS files into vcs/ (diff) | |
| download | dotfiles-4386019ab6b44052ddf29ac4cbfbe1204bbbf68a.tar.gz dotfiles-4386019ab6b44052ddf29ac4cbfbe1204bbbf68a.tar.xz | |
scripts/: Delete unused scripts
Diffstat (limited to '')
| -rwxr-xr-x | scripts/c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/c b/scripts/c deleted file mode 100755 index 630eb63d..00000000 --- a/scripts/c +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -eu - -if [ -n "${TMUX:-}" ]; then - tmux send-keys -R \; clear-history -else - clear -fi |
