commit 8fc632a254f34513dfbd4d416071f71e0ba850cd (tree)
parent c8691ebd08c8557fd80ebf6bcda0f70db95f0760
Author: Motiejus Jakštys <motiejus@uber.com>
Date: Wed, 6 Feb 2019 09:12:19 +0200
add rusty-tags config
Diffstat:
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,4 +1,6 @@
*.sw[op]
/vim/.vim/ctags/
/vim/.vim/view/
-vim/.vim/.netrwhist
+/vim/.vim/.netrwhist
+/ctags/.rusty-tags/cache
+/ctags/.rusty-tags/locks
diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus
@@ -9,9 +9,10 @@ export GOTRACEBACK=all
export VAGRANT_DEFAULT_PROVIDER=virtualbox
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
-#export GOPATH=$HOME/.gopath:$HOME/.go-code
export GOPATH=$HOME/.gopath
+#export GOPATH=$HOME/.go-code
export PATH=$HOME/.gopath/bin:/usr/local/opt/sqlite/bin:$HOME/bin:$HOME/.cargo/bin:$PATH
+#export PATH=$HOME/.go-code/bin:/usr/local/opt/sqlite/bin:$HOME/bin:$HOME/.cargo/bin:$PATH
export CLUSTODSN=postgresql://clusto:clusto@127.0.0.1:5432/clusto
export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src/
diff --git a/ctags/.rusty-tags/config.toml b/ctags/.rusty-tags/config.toml
@@ -0,0 +1 @@
+ctags_exe = "/usr/local/bin/ctags"