2023-08-26 23:00:18 +00:00
|
|
|
{ ... }: {
|
2023-04-30 06:59:00 +00:00
|
|
|
programs.fish = {
|
|
|
|
enable = true;
|
|
|
|
interactiveShellInit = "set -g -x GPG_TTY (tty)";
|
|
|
|
shellAliases = {
|
|
|
|
cat = "bat";
|
2023-07-28 15:58:48 +00:00
|
|
|
ls = "exa";
|
2023-04-30 06:59:00 +00:00
|
|
|
cp = "cp --reflink=auto --sparse=always";
|
|
|
|
nix-fish = "nix-shell --command fish";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|