diff options
| -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"; |