macos: remove copy abbr
This commit is contained in:
parent
94a4a9ff21
commit
bf13bdfded
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
|||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
shellAbbrs = lib.mkIf (!macos) {
|
||||
copy = "xclip -sel clip";
|
||||
};
|
||||
interactiveShellInit =
|
||||
|
|
Loading…
Reference in a new issue