[PR #604] [MERGED] Improve startingDirectory functionality #24215

Open
opened 2026-01-31 09:02:02 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/604
Author: @fghzxm
Created: 5/9/2019
Status: Merged
Merged: 5/11/2019
Merged by: @DHowett-MSFT

Base: masterHead: starting-directory


📝 Commits (6)

  • e4ef0cf Improve startingDirectory functionality
  • 43e9b9c Use %USERPROFILE% to replace %HOMEDRIVE%%HOMEPATH%
  • 37ac537 Improve startingDirectory functionality
  • 94ea1d7 Use %USERPROFILE% to replace %HOMEDRIVE%%HOMEPATH%
  • e65f8ff Merge upstream master
  • a4e4780 Consolidate constant

📊 Changes

3 files changed (+10 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalApp/CascadiaSettings.cpp (+4 -2)
📝 src/cascadia/TerminalApp/Profile.cpp (+5 -0)
📝 src/cascadia/TerminalApp/Profile.h (+1 -0)

📄 Description

This commit adds the startingDirectory property to the default-created
cmd and powershell profiles, with the default value
%HOMEDRIVE%%HOMEPATH%.

Signed-off-by: Fred Miller fghzxm@outlook.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/604 **Author:** [@fghzxm](https://github.com/fghzxm) **Created:** 5/9/2019 **Status:** ✅ Merged **Merged:** 5/11/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `starting-directory` --- ### 📝 Commits (6) - [`e4ef0cf`](https://github.com/microsoft/terminal/commit/e4ef0cfe7efc22d79636232711ce5b74531ffa85) Improve `startingDirectory` functionality - [`43e9b9c`](https://github.com/microsoft/terminal/commit/43e9b9cb976673d6fe5b9d9128b6b4e286145b14) Use %USERPROFILE% to replace %HOMEDRIVE%%HOMEPATH% - [`37ac537`](https://github.com/microsoft/terminal/commit/37ac537bfebaa9f5de394f6174651b394274779a) Improve `startingDirectory` functionality - [`94ea1d7`](https://github.com/microsoft/terminal/commit/94ea1d76f805ec01a6f9f912ca094f584d4e842a) Use %USERPROFILE% to replace %HOMEDRIVE%%HOMEPATH% - [`e65f8ff`](https://github.com/microsoft/terminal/commit/e65f8fffb2878eadfef99ebf6f75cea4ca254365) Merge upstream master - [`a4e4780`](https://github.com/microsoft/terminal/commit/a4e4780fba1a3db968d29c759233a9f293a5116d) Consolidate constant ### 📊 Changes **3 files changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CascadiaSettings.cpp` (+4 -2) 📝 `src/cascadia/TerminalApp/Profile.cpp` (+5 -0) 📝 `src/cascadia/TerminalApp/Profile.h` (+1 -0) </details> ### 📄 Description This commit adds the `startingDirectory` property to the default-created `cmd` and `powershell` profiles, with the default value `%HOMEDRIVE%%HOMEPATH%`. Signed-off-by: Fred Miller <fghzxm@outlook.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:02:02 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24215