Skip to content

Instantly share code, notes, and snippets.

@nszumowski
Last active August 9, 2018 18:18
Show Gist options
  • Select an option

  • Save nszumowski/5b7e9c5edee7b6ab053024ea53e1b948 to your computer and use it in GitHub Desktop.

Select an option

Save nszumowski/5b7e9c5edee7b6ab053024ea53e1b948 to your computer and use it in GitHub Desktop.
Create CMDER Aliases for Windows

In C:\cmder\config\user-aliases.cmd (or wherever your cmder root is), add line:

projects=cd ""C:\Users\Username\Web Projects""

or in cmder type:

alias projects=cd ""C:\Users\Username\Web Projects""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment