scripts: renamed 'terminal.sh' to 'wt.sh' for better parity
This commit is contained in:
parent
0ef8aa01e7
commit
c1e9bb32ce
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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" $@
|
||||||
|
|
Loading…
Reference in a new issue