feat: cc alias for wl-copy

This commit is contained in:
Leon Schwarzäugl 2025-02-25 14:05:08 +01:00
parent f195a628cf
commit c13911c865
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@
lt = "eza -las modified --total-size";
boot-diff = "nix store diff-closures /run/*-system";
gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system";
cc = "wl-copy";
}
config.swarselsystems.shellAliases;
autosuggestion.enable = true;