scripts: renamed 'terminal.sh' to 'wt.sh' for better parity

This commit is contained in:
Valerie Wolfe 2024-08-19 12:22:51 -04:00
parent 0ef8aa01e7
commit c1e9bb32ce
2 changed files with 2 additions and 2 deletions

View file

@ -44,5 +44,5 @@ A feature-barren DOS clone of `ls` that hides Windows hidden files. Relies on
- `elevate.sh`: Elevate WSL (`-l`) or Windows (`-w`) commands from WSL. - `elevate.sh`: Elevate WSL (`-l`) or Windows (`-w`) commands from WSL.
- `explorer.sh`: Launch explorer from WSL. - `explorer.sh`: Launch explorer from WSL.
- `pwsh.sh`: Launch PowerShell Core. - `pwsh.sh`: Launch PowerShell Core.
- `terminal.sh`: Launch Windows Terminal. - `wt.sh`: Launch Windows Terminal.

View file

@ -6,5 +6,5 @@ fi
cd '/mnt/c/Program Files/WindowsApps/' cd '/mnt/c/Program Files/WindowsApps/'
target=`find Microsoft.WindowsTerminal* -name 'WindowsTerminal.exe'` target=`find Microsoft.WindowsTerminal* -name 'WindowsTerminal.exe'`
dos "$target" dos "$target" $@