Remove pnpm from path, and use typescript-tools, and other refactors

This commit is contained in:
mitchell 2024-07-02 04:17:00 -04:00
parent 547dea2d9d
commit 8be2f42aba
11 changed files with 40 additions and 37 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
wezterm start fish -c glance
wezterm start -- fish -c glance

View file

@ -1,2 +1,2 @@
#!/usr/bin/sh
wezterm start fish -c jmpv
wezterm start -- fish -c jmpv

View file

@ -1,2 +1,2 @@
#!/usr/bin/env fish
wezterm start fish -c "redisco $argv"
wezterm start -- fish -c "redisco $argv"

View file

@ -1,2 +1,2 @@
#!/usr/bin/env fish
wezterm start fish -c "sesh $argv"
wezterm start -- fish -c "sesh $argv"

View file

@ -1,2 +1,2 @@
#!/usr/bin/sh
wezterm start fish -c vban
wezterm start -- fish -c vban

View file

@ -1,2 +1,2 @@
#!/usr/bin/sh
wezterm start fish -c ytmpv
wezterm start -- fish -c ytmpv