diff --git a/common/home.nix b/common/home.nix index 9236214..b8802e1 100644 --- a/common/home.nix +++ b/common/home.nix @@ -151,6 +151,7 @@ j = "jobs"; sshm = "ssh -M"; pd = "pushd"; + wlc = "wl-copy"; }; plugins = [{ name = "vi-mode"; @@ -161,6 +162,10 @@ mkcdir() { mkdir -p -- "$@" && cd -- "$1" } + + getpwd() { + rbw get "$@" | wl-copy + } ''; };