macos: remove copy abbr
parent
94a4a9ff21
commit
bf13bdfded
|
@ -33,7 +33,7 @@ in
|
|||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
shellAbbrs = lib.mkIf (!macos) {
|
||||
copy = "xclip -sel clip";
|
||||
};
|
||||
interactiveShellInit =
|
||||
|
|
Loading…
Reference in New Issue