diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 & |
