Skip to content

Commit

Permalink
Ooops removed x from untar
Browse files Browse the repository at this point in the history
  • Loading branch information
g-erson committed Feb 9, 2019
1 parent ee1fa98 commit af4fc93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
\ 'javascript' : ['node','~/.npm-global/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio','-l','/tmp/jsls.log'],
\ 'python': ['pyls','--log-file','/tmp/pyls.log'],
\ 'haskell' : ['hie-wrapper','--debug', '--vomit','--lsp','-l','/tmp/hie.log'],
\ 'vue' : ['vls']
\ 'vue' : ['vls','--stdio']
\ }


Expand Down
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ alias dc="docker-compose"
alias dce="docker-compose exec"
alias d="docker"
alias psc="psc-package"
alias untar="tar -zvf"
alias fre="find . -regex"

#coherent stuff
Expand Down

0 comments on commit af4fc93

Please sign in to comment.