fish shell abbrv for xclip pipe copy
parent
18291b9c8c
commit
a450a41293
|
@ -22,10 +22,12 @@ in
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
shellAbbrs = {
|
||||||
|
copy = "xclip -sel clip";
|
||||||
|
};
|
||||||
interactiveShellInit =
|
interactiveShellInit =
|
||||||
builtins.readFile "${inputs.fish_theme}/fish_prompt.fish" + "\n" +
|
builtins.readFile "${inputs.fish_theme}/fish_prompt.fish" + "\n" +
|
||||||
builtins.readFile ../fish/config.fish
|
builtins.readFile ../fish/config.fish;
|
||||||
;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue