diff --git a/README.md b/README.md index 8d0d487..8f02df5 100644 --- a/README.md +++ b/README.md @@ -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. - `explorer.sh`: Launch explorer from WSL. - `pwsh.sh`: Launch PowerShell Core. -- `terminal.sh`: Launch Windows Terminal. +- `wt.sh`: Launch Windows Terminal. diff --git a/scripts/terminal.sh b/scripts/wt.sh similarity index 91% rename from scripts/terminal.sh rename to scripts/wt.sh index 3b46d63..e35363b 100755 --- a/scripts/terminal.sh +++ b/scripts/wt.sh @@ -6,5 +6,5 @@ fi cd '/mnt/c/Program Files/WindowsApps/' target=`find Microsoft.WindowsTerminal* -name 'WindowsTerminal.exe'` -dos "$target" +dos "$target" $@