From 4689e1a2f559ba8dca5100635040d886fe529d3f Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 10 Jun 2025 23:14:56 +0200 Subject: [PATCH] added cpwd --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ed27e9f..cee5fd3 100755 --- a/.zshrc +++ b/.zshrc @@ -188,6 +188,7 @@ alias lg="lgrep" alias treegrep="tree -fi | grep" alias tg="treegrep" +alias cpwd="pwd | wl-copy" alias v="nvim" alias sv="sudoedit" alias dbe="distrobox enter"