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
| alias usage="du -xh --max-depth=1" | |
| alias dspace='du -hsx * | sort -rh | head -10' | |
| alias svim='sudo -E vim' |
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 tabstop=2 | |
| "set autoindent | |
| "set smartindent | |
| set showmatch | |
| set ruler | |
| 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
| { | |
| "editor.fontSize": 13, | |
| "editor.tabSize": 2, | |
| "editor.fontLigatures": true, | |
| "editor.cursorStyle": "block", | |
| "editor.renderWhitespace": "boundary", | |
| "editor.multiCursorModifier": "alt", | |
| "explorer.openEditors.visible": 0, |