summaryrefslogtreecommitdiff
path: root/common/programs/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/programs/fish.nix')
-rw-r--r--common/programs/fish.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/programs/fish.nix b/common/programs/fish.nix
index e45182a..9d979a2 100644
--- a/common/programs/fish.nix
+++ b/common/programs/fish.nix
@@ -7,7 +7,6 @@
home.packages = with pkgs; [
fzf
- pay-respects
];
programs.fish = {
@@ -21,10 +20,6 @@
set -U fish_color_user blue
set -U fish_color_host normal
set -U fish_color_cwd blue
-
- pay-respects fish | source
-
- alias fuck='f'
'';
};
}