Last active
April 9, 2021 00:40
-
-
Save langheran/9ced705abda7619dc43fa82e75ee65e6 to your computer and use it in GitHub Desktop.
~/bat_profile_rc.cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| doskey save=doskey /history $g$g %USERPROFILE%\command_history.log | |
| doskey quit=doskey /history $g$g %USERPROFILE%\command_history.log $T exit | |
| doskey exit=doskey /history $g$g %USERPROFILE%\command_history.log $t exit $1 $2 | |
| doskey history=find /I "$*" %USERPROFILE%\command_history.log | |
| doskey activate=.\venv\Scripts\activate.bat | |
| doskey getconfig=aws lambda get-function-configuration --function-name "$*-dev-app" --query "Environment.Variables" $g config-dev.json | |
| cls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment