From 77bd44842e79a4c8f06add6917cdec4ebd6ee5eb Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 2 Jan 2023 18:38:47 +0200 Subject: [plumb] Implemented initial setup for plumb --- .zshrc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 4ee9a08..5fcff79 100644 --- a/.zshrc +++ b/.zshrc @@ -126,6 +126,16 @@ device='desktop' # can be either "desktop" (default when empty), "server" or "an alias cds="cdrepo source" # }}} + # plumb.sh {{{ + + plumb-store-cwd () { + pwd > /tmp/plumb-cwd + } + zle -N plumb-store-cwd + bindkey "^[[5;7~" plumb-store-cwd + + # }}} + # Run in the background bgr () { nohup sh -c "$@" 2>&1 & -- cgit v1.2.3