From 362f094321f35d12730d660e8e2c68ae00ed8159 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 25 Sep 2024 20:05:44 -0700 Subject: fish: fix mosh options --- home/ebisu/fortune/system/shell/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ebisu/fortune/system/shell/fish.nix b/home/ebisu/fortune/system/shell/fish.nix index 4b94210..ae002d9 100644 --- a/home/ebisu/fortune/system/shell/fish.nix +++ b/home/ebisu/fortune/system/shell/fish.nix @@ -137,7 +137,7 @@ hakuneko = "hakuneko-desktop --no-sandbox"; fastfetch = "clear && /usr/bin/env fastfetch"; wget = "wget --hsts-file=${config.xdg.dataHome}/wget-hsts"; - mosh = "mosh --predirect=experimental"; + mosh = "mosh --predict=experimental"; # Modern Alternatives & Alias Rewrites unzip = "ripunzip unzip-file"; -- cgit v1.2.3