You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure where this would go as a part of cmder, but this script will configure powershell to
closely resemble the cmd and match more of the hotkeys.
Some differences
the » will change its color to red to indicate invalid syntax.
gl can't be aliased over, so I used glog instead.
Also the .ps1 file had to be saved as UTF-8 with BOM for the λ to display properly in the prompt
Almost already done with #271. Needs #273 and new release to be completed.
For the tip, don't force a module installation in a profile.
Also, the gl alias can be set it in git directly.
😃
I'm not sure where this would go as a part of cmder, but this script will configure powershell to
closely resemble the cmd and match more of the hotkeys.
Some differences
the » will change its color to red to indicate invalid syntax.
gl can't be aliased over, so I used glog instead.
Also the .ps1 file had to be saved as UTF-8 with BOM for the λ to display properly in the prompt
The text was updated successfully, but these errors were encountered: