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
| create alias in git bash (C:\Program Files\Git\etc\bash.bashrc) | |
| open as admin | |
| alias sam="/c/Program\ Files/Amazon/AWSSAMCLI/bin/sam.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
| set number | |
| set relativenumber | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set softtabstop=4 | |
| set expandtab | |
| set hlsearch | |
| hi Search ctermbg=LightBlue | |
| hi Search ctermfg=DarkGreen | |
| set incsearch |
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
| format = '$all' | |
| [username] | |
| style_user = "green bold" | |
| style_root = "red bold" | |
| format = "[$user]($style) " | |
| disabled = false | |
| show_always = true |
OlderNewer