diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-07 12:29:22 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-07 12:29:22 +0530 |
| commit | 20d922e7984ad22964f31a1a3fe3377ed23d4c4a (patch) | |
| tree | 0d7413a7ffbd90905d34e4ceb60febe8a0f656a3 /common/programs/fish.nix | |
| parent | 267ea5a480555b3cf621bf4e76a6726f3592436a (diff) | |
Bash is what god intended us to use
Diffstat (limited to 'common/programs/fish.nix')
| -rw-r--r-- | common/programs/fish.nix | 5 |
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' ''; }; } |
