mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-23 10:26:39 +01:00
add prettierrc
This commit is contained in:
parent
ced65b6dc6
commit
6a3b65e69f
3
.prettierrc
Normal file
3
.prettierrc
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"tabWidth": 2
|
||||
}
|
16
editorconfig
16
editorconfig
@ -1,16 +0,0 @@
|
||||
#
|
||||
# Global EditorConfig file
|
||||
# http://EditorConfig.org
|
||||
#
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[.{json,yml,yaml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[{Makefile,Make,make}]
|
||||
indent_style = tab
|
8
exports
8
exports
@ -12,14 +12,14 @@ export LANG="en_US"
|
||||
# ---------------------------------------------------
|
||||
|
||||
PATH_OPENSSL=$(brew --prefix openssl)/bin
|
||||
PATH_RUBY=$(brew --prefix ruby)/bin
|
||||
PATH_GEMS=/usr/local/lib/ruby/gems/2.6.0/bin
|
||||
# PATH_RUBY=$(brew --prefix ruby)/bin
|
||||
# PATH_GEMS=/usr/local/lib/ruby/gems/2.6.0/bin
|
||||
PATH_PYTHON=$(brew --prefix python)/libexec/bin
|
||||
PATH_GO=$(brew --prefix go)/libexec/bin
|
||||
PATH_RUST=$HOME/.cargo/bin
|
||||
#PATH_RUST=$HOME/.cargo/bin
|
||||
|
||||
export GOPATH=$HOME/.go/
|
||||
export PATH=$HOME/.bin:/usr/local/bin:$PATH_OPENSSL:$PATH_RUBY:$PATH_GEMS:$PATH_PYTHON:$GOPATH/bin:$PATH_GO:$PATH_RUST:$PATH
|
||||
export PATH=$HOME/.bin:/usr/local/bin:$PATH_OPENSSL:$PATH_PYTHON:$GOPATH/bin:$PATH_GO:$PATH
|
||||
# define CDPATHs which are autocompleted from when doing cd
|
||||
export CDPATH=$CDPATH:~/Code
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user