From c1e9bb32ce8ee63891043824a2ba5e1d9e0726bf Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Mon, 19 Aug 2024 12:22:51 -0400 Subject: [PATCH] scripts: renamed 'terminal.sh' to 'wt.sh' for better parity --- README.md | 2 +- scripts/{terminal.sh => wt.sh} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{terminal.sh => wt.sh} (91%) 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" $@