Skip to content

Instantly share code, notes, and snippets.

View TomCahill's full-sized avatar
:shipit:
undefined

Tom Cahill TomCahill

:shipit:
undefined
View GitHub Profile
alias usage="du -xh --max-depth=1"
alias dspace='du -hsx * | sort -rh | head -10'
alias svim='sudo -E vim'
set number
set tabstop=2
"set autoindent
"set smartindent
set showmatch
set ruler
set incsearch
@TomCahill
TomCahill / vscode.json
Last active December 26, 2018 18:43
VSCode user settings
{
"editor.fontSize": 13,
"editor.tabSize": 2,
"editor.fontLigatures": true,
"editor.cursorStyle": "block",
"editor.renderWhitespace": "boundary",
"editor.multiCursorModifier": "alt",
"explorer.openEditors.visible": 0,