Merge branch 'master' of git.roosens.me:Chewing_Bever/dotfiles
commit
a7aa73724f
|
@ -5,8 +5,8 @@ alias 'ec=$EDITOR ~/.bashrc'
|
|||
alias 'sc=source ~/.bashrc'
|
||||
|
||||
# Dory can speak to whales
|
||||
alias 'whales=sudo du -sh * | sort -hk1'
|
||||
alias 'dory=sudo du -sh * | sort -hk1'
|
||||
alias 'whales=sudo du -sch * | sort -hk1'
|
||||
alias 'dory=sudo du -sch * | sort -hk1'
|
||||
|
||||
# Beautiful ls
|
||||
alias ls='lsd --color=auto'
|
||||
|
|
|
@ -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=47
|
||||
sort_key=46
|
||||
sort_direction=1
|
||||
tree_sort_key=0
|
||||
tree_sort_direction=1
|
||||
|
|
|
@ -55,8 +55,6 @@ 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'
|
||||
|
@ -65,4 +63,6 @@ Plug 'othree/javascript-libraries-syntax.vim'
|
|||
|
||||
Plug 'udalov/kotlin-vim'
|
||||
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
|
||||
call plug#end()
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
set -s escape-time 0
|
Loading…
Reference in New Issue