diff options
Diffstat (limited to 'home/ebisu/fortune/system/shell/fish.nix')
| -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 3176c88..669263f 100644 --- a/home/ebisu/fortune/system/shell/fish.nix +++ b/home/ebisu/fortune/system/shell/fish.nix @@ -131,7 +131,6 @@ wget = "wget --hsts-file=${config.xdg.dataHome}/wget-hsts"; # Modern Alternatives & Alias Rewrites - sxiv = "nsxiv"; unzip = "ripunzip unzip-file"; nvim = "lvim"; vim = "lvim"; @@ -162,7 +161,7 @@ def = "myougiden"; suzuri = "SUZURI_MINIMAL=1 SUZURI_REVERSE=1 ${config.home.homeDirectory}/Documents/Code/Git/Fuwn/suzuri/suzuri"; "5ch" = "html2md -i 'https://ff5ch.syoboi.jp/' -s section | glow"; - shinobu = "curl --silent https://shinobu.fuwn.workers.dev/shinobu -o /tmp/shinobu && nsxiv /tmp/shinobu"; + shinobu = "curl --silent https://shinobu.fuwn.workers.dev/shinobu -o /tmp/shinobu && feh /tmp/shinobu"; auto_subtitle = "source ${config.home.homeDirectory}/Documents/Code/Git/Random/auto-subtitle/venv/bin/activate && auto_subtitle --model medium --task translate --srt_only True"; steamy = "mangohud gamemoderun steam-runtime"; koix = "koi -f"; |