diff --git a/cmder/user-ConEmu.xml b/cmder/user-ConEmu.xml index 8110963..be91dc6 100644 --- a/cmder/user-ConEmu.xml +++ b/cmder/user-ConEmu.xml @@ -1,7 +1,7 @@ - + @@ -124,11 +124,11 @@ - - + + - + diff --git a/copyfile.cmd b/copyfile.cmd deleted file mode 100644 index 24aefdc..0000000 --- a/copyfile.cmd +++ /dev/null @@ -1,5 +0,0 @@ -set startdir = %cd% -set aliasdir = %USERPROFILE% -set localappdata = %LocalAppData% - -echo mklink aliases.cmd %stardir% \ No newline at end of file diff --git a/readme.md b/readme.md index ca894ae..7ca5e7d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ # DOSKEY Aliases + Get command line aliases in your Windows Command Prompt. -Create symlinks from repo to repsective dirs. \ No newline at end of file +Create SymbolicLinks from repo to respective directories using the [Install PowerShell Script](install.ps1). diff --git a/vscode/settings.json b/vscode/settings.json index 4b7650a..1f61cfd 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -30,6 +30,7 @@ "Configruation", "Crosstab", "Crosstabs", + "DOSKEY", "Datasource", "Etag", "GIFs", diff --git a/winget-installs.cmd b/winget/winget-installs.cmd similarity index 100% rename from winget-installs.cmd rename to winget/winget-installs.cmd