summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-04-26 17:25:47 +0200
committerJoe <bousset.rudy@gmail.com>2022-04-26 18:03:28 +0200
commit6b08f33775c7dee40f0cf5afe4cffee7921b4060 (patch)
tree9fe8f5a7bd4a376e9104f1ffca15ec858d165367 /.local/bin
parentquickfix (diff)
downloaddotfiles-bsd-6b08f33775c7dee40f0cf5afe4cffee7921b4060.tar.gz
dotfiles-bsd-6b08f33775c7dee40f0cf5afe4cffee7921b4060.tar.bz2
dotfiles-bsd-6b08f33775c7dee40f0cf5afe4cffee7921b4060.tar.xz
dotfiles-bsd-6b08f33775c7dee40f0cf5afe4cffee7921b4060.tar.zst
dotfiles-bsd-6b08f33775c7dee40f0cf5afe4cffee7921b4060.zip
upgrade to fzf
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/dmbin6
-rwxr-xr-x.local/bin/dmconf6
-rwxr-xr-x.local/bin/dme6
3 files changed, 0 insertions, 18 deletions
diff --git a/.local/bin/dmbin b/.local/bin/dmbin
deleted file mode 100755
index 2d2405b..0000000
--- a/.local/bin/dmbin
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-file=$(find "$HOME"/.local/bin -type f | dmenu -i -l 20 -m 0)
-bsdsetsid emacsclient -c "$file"
-kill -9 "$(ps -p $$ -oppid=)"
-exit
diff --git a/.local/bin/dmconf b/.local/bin/dmconf
deleted file mode 100755
index 931fe3d..0000000
--- a/.local/bin/dmconf
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-file=$(find "$XDG_CONFIG_HOME" -type f | dmenu -i -l 30 -m 0)
-bsdsetsid emacsclient -c "$file"
-kill -9 "$(ps -p $$ -oppid=)"
-exit
diff --git a/.local/bin/dme b/.local/bin/dme
deleted file mode 100755
index dce2484..0000000
--- a/.local/bin/dme
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-file=$(find . -type f | dmenu -i -l 30 -m 0)
-bsdsetsid emacsclient -c "$file"
-kill -9 "$(ps -p $$ -oppid=)"
-exit