diff options
| author | Fuwn <[email protected]> | 2024-09-25 20:05:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-25 20:05:44 -0700 |
| commit | 362f094321f35d12730d660e8e2c68ae00ed8159 (patch) | |
| tree | ddd009a803440a9b9f28a14aa8bcb4961f7ef348 | |
| parent | fortune: eolie i2p browser mode (diff) | |
| download | nixos-config-362f094321f35d12730d660e8e2c68ae00ed8159.tar.xz nixos-config-362f094321f35d12730d660e8e2c68ae00ed8159.zip | |
fish: fix mosh 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"; |