diff options
| -rw-r--r-- | home/ebisu/fortune/system/shell/fish.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |