diff options
| author | Fuwn <[email protected]> | 2024-09-25 18:42:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-25 18:42:19 -0700 |
| commit | 8233902e6ce56b6c9c4e9c489dde84ee0ea3fccd (patch) | |
| tree | 662c47f4cd32b29092cc149c9dc32bfbba712c76 | |
| parent | catgirl: move configurations to sops (diff) | |
| download | nixos-config-8233902e6ce56b6c9c4e9c489dde84ee0ea3fccd.tar.xz nixos-config-8233902e6ce56b6c9c4e9c489dde84ee0ea3fccd.zip | |
fish: mosh predict
| -rw-r--r-- | home/ebisu/fortune/system/shell/fish.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/ebisu/fortune/system/shell/fish.nix b/home/ebisu/fortune/system/shell/fish.nix index 7d267b7..bc699b5 100644 --- a/home/ebisu/fortune/system/shell/fish.nix +++ b/home/ebisu/fortune/system/shell/fish.nix @@ -127,6 +127,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"; # Modern Alternatives & Alias Rewrites unzip = "ripunzip unzip-file"; @@ -151,9 +152,7 @@ ff = "fastfetch"; # Other - pacbins = "comm -23 <(yay -Qqett | sort) <(yay -Qqg base -g base-devel | sort | uniq)"; chan = "chan-downloader -c 10"; - taiga = "bottles-cli run -b Taiga -p Taiga"; rotd = "systemctl --user restart opentabledriver.service"; ks = "kaguya stream --user-agent 'Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0'"; def = "myougiden"; |