summaryrefslogtreecommitdiffstats
path: root/.local/bin/dme
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 17:25:47 +0200
commitb5a99cc5c9fce4c657d1ada2c1893178a685baae (patch)
tree9fe8f5a7bd4a376e9104f1ffca15ec858d165367 /.local/bin/dme
parentquickfix (diff)
downloaddotfiles-bsd-b5a99cc5c9fce4c657d1ada2c1893178a685baae.tar.gz
dotfiles-bsd-b5a99cc5c9fce4c657d1ada2c1893178a685baae.tar.bz2
dotfiles-bsd-b5a99cc5c9fce4c657d1ada2c1893178a685baae.tar.xz
dotfiles-bsd-b5a99cc5c9fce4c657d1ada2c1893178a685baae.tar.zst
dotfiles-bsd-b5a99cc5c9fce4c657d1ada2c1893178a685baae.zip
update to fzf
Diffstat (limited to '.local/bin/dme')
-rwxr-xr-x.local/bin/dme6
1 files changed, 0 insertions, 6 deletions
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