mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Remove pnpm from path, and use typescript-tools, and other refactors
This commit is contained in:
parent
547dea2d9d
commit
8be2f42aba
11 changed files with 40 additions and 37 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
wezterm start fish -c glance
|
||||
wezterm start -- fish -c glance
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
wezterm start fish -c jmpv
|
||||
wezterm start -- fish -c jmpv
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env fish
|
||||
wezterm start fish -c "redisco $argv"
|
||||
wezterm start -- fish -c "redisco $argv"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env fish
|
||||
wezterm start fish -c "sesh $argv"
|
||||
wezterm start -- fish -c "sesh $argv"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
wezterm start fish -c vban
|
||||
wezterm start -- fish -c vban
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
wezterm start fish -c ytmpv
|
||||
wezterm start -- fish -c ytmpv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue