7 current 2024-05-27 21:54:37 24.11.20240524.bfb7a88 Unknown *

This commit is contained in:
sadan 2024-05-27 21:54:39 -04:00
parent 125308e430
commit daabff6fef
No known key found for this signature in database
3 changed files with 8 additions and 7 deletions

View file

@ -23,8 +23,8 @@
"$HOME/.local/bin"
];
aliases = {
paste = "xsel -ob";
copy = "xsel -ib";
paste = "xsel -ob || wslclip -g";
copy = "xsel -ib || wslclip";
b = "/home/${config.home.username}/nixos/build";
};
};