macos: remove copy abbr

main
Zynh Ludwig 2024-07-22 20:39:52 -07:00
parent 94a4a9ff21
commit bf13bdfded
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ in
programs.fish = {
enable = true;
shellAbbrs = {
shellAbbrs = lib.mkIf (!macos) {
copy = "xclip -sel clip";
};
interactiveShellInit =