mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-18 02:07:02 -04:00
7 current 2024-05-27 21:54:37 24.11.20240524.bfb7a88 Unknown *
This commit is contained in:
parent
125308e430
commit
daabff6fef
3 changed files with 8 additions and 7 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue