and more more more fixes

This commit is contained in:
Dennis Schoepf 2026-01-10 22:03:52 +01:00
parent 6eb023b1f1
commit 4bd12f8b64
2 changed files with 1 additions and 13 deletions

View file

@ -14,16 +14,6 @@
kill_tunnels = /* fish */ ''
ps -o pid,command | grep "^[0-9]\{4,5\} ssh -NL" | awk '{print $1}' | xargs kill -9
'';
fzf = /* fish */ ''
set -Ux FZF_DEFAULT_OPTS "
--color=fg:#ffffff,bg:#0d0e1c,hl:#ef8386
--color=fg+:#ffffff,bg+:#1d2235,hl+:#ef8386
--color=border:#61647a,header:#88ca9f,gutter:#0d0e1c
--color=spinner:#fec43f,info:#00bcff
--color=pointer:#feacd0,marker:#ff5f59,prompt:#9ac8e0"
command fzf
'';
dev_projects = /* fish */ ''
if test "$hn" = "dnsc-work"
begin
@ -70,7 +60,7 @@
end
'';
fzf_sessionizer = /* fish */ ''
fzf \
command fzf \
--prompt "Create/switch to session: " \
--header " Ctrl-d: Kill Session " \
--bind "ctrl-d:execute(tmux kill-session -t {2..})++reload(dev_projects)"