https://github.com/jsturtevant/cmd-aliases
https://github.com/jsturtevant/cmd-aliases
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsturtevant/cmd-aliases
- Owner: jsturtevant
- Created: 2017-03-09T22:27:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T22:33:14.000Z (over 8 years ago)
- Last Synced: 2025-01-26T05:27:07.928Z (6 months ago)
- Language: Batchfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Commandline with aliases
These are the files that enable you configure the windows command line with aliases. Used in combination with [Chocolately and Git for Windows](http://www.jamessturtevant.com/posts/5-Ways-to-install-git-on-Windows/#using-chocolatey) you have a decent cmd experience.## Setup
1. Open Regedit and navigate to ```HKEY_CURRENT_USER\SOFTWARE\Microsoft\Command Processor```.
2. Add the key ```Autorun``` with value to path of files (etc ```C:\\aliases\\shell-startup.cmd```)Now when you open any command prompt you will have the defined aliases. Combined with ```Windows Key + X + C``` and you have prompt up and running when you need it.