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