aboutsummaryrefslogtreecommitdiff
path: root/scripts/c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-04 14:53:20 -0300
committerEuAndreh <eu@euandre.org>2022-01-04 14:53:20 -0300
commit4386019ab6b44052ddf29ac4cbfbe1204bbbf68a (patch)
treeeb5b3e0e62304c1fbebde8f93b37ab8484f7a491 /scripts/c
parentMove VCS files into vcs/ (diff)
downloaddotfiles-4386019ab6b44052ddf29ac4cbfbe1204bbbf68a.tar.gz
dotfiles-4386019ab6b44052ddf29ac4cbfbe1204bbbf68a.tar.xz
scripts/: Delete unused scripts
Diffstat (limited to '')
-rwxr-xr-xscripts/c8
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