Compare commits

..

No commits in common. "a3403445ace15e8a812102dee5f8239cbdf2fdaa" and "1dfac456f183c787a1990d26d3d50896b05d934a" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ alias 'ec=$EDITOR ~/.bashrc'
alias 'sc=source ~/.bashrc'
# Dory can speak to whales
alias 'whales=sudo du -sch * | sort -hk1'
alias 'dory=sudo du -sch * | sort -hk1'
alias 'whales=sudo du -sh * | sort -hk1'
alias 'dory=sudo du -sh * | sort -hk1'
# Beautiful ls
alias ls='lsd --color=auto'

View File

@ -1,7 +1,7 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_key=47
sort_direction=1
tree_sort_key=0
tree_sort_direction=1

View File

@ -55,6 +55,8 @@ Plug 'godlygeek/tabular'
" Some auto-complete for haskell
Plug 'neovimhaskell/haskell-vim'
Plug 'vmchale/ion-vim'
Plug 'Chiel92/vim-autoformat'
Plug 'leafoftree/vim-vue-plugin'
@ -63,6 +65,4 @@ Plug 'othree/javascript-libraries-syntax.vim'
Plug 'udalov/kotlin-vim'
Plug 'editorconfig/editorconfig-vim'
call plug#end()