Skip to content

Commit

Permalink
programs(zsh): alias pwdcp
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudk1000 committed Jan 19, 2025
1 parent ce571dc commit 929493c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/programs/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
".5" = "cd -- ../../../../..";
".6" = "cd -- ../../../../../..";

pwdcp = "pwd | tr -d '\n' | xclip -sel c";

g = "lazygit";
gb = "git branch -v";
ga = "git add";
Expand Down

0 comments on commit 929493c

Please sign in to comment.