diff options
| author | kkard2 <[email protected]> | 2023-07-10 11:06:11 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-10 11:06:11 +0200 |
| commit | efa0d2fbaf917bf3cd2efd54166caa56d5fb30dc (patch) | |
| tree | 1cb2114f5d844f6c58234238c9bf28d66e5bf9fd /_windows/startup.ps1 | |
| parent | dfbd247f37142efd24afe8878776562f1913a142 (diff) | |
| parent | 3bae70f7ab8a430923259245844862224a49982d (diff) | |
Merge branch 'main' of github.com:kkard2/.dotfiles
Diffstat (limited to '_windows/startup.ps1')
| -rw-r--r-- | _windows/startup.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_windows/startup.ps1 b/_windows/startup.ps1 new file mode 100644 index 0000000..7c8d4f4 --- /dev/null +++ b/_windows/startup.ps1 @@ -0,0 +1,3 @@ +Push-Location $PSScriptRoot +.\ahk\run.ps1 +Pop-Location |
