summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
-rwxr-xr-x.vim/pack/mvertes/install.sh1
2 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index f83f87b..1a8d138 100644
--- a/.bashrc
+++ b/.bashrc
@@ -171,3 +171,6 @@ eval "$(zoxide init bash)"
. ~/.bash-powerline.sh
# export GITHUB_TOKEN=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
+
+# Added by Radicle.
+export PATH="$PATH:/Users/marc/.radicle/bin"
diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh
index 7c785a8..37b1784 100755
--- a/.vim/pack/mvertes/install.sh
+++ b/.vim/pack/mvertes/install.sh
@@ -7,6 +7,7 @@ git@github.com:othree/xml.vim
git@github.com:junegunn/fzf.vim
git@github.com:rust-lang/rust.vim
git@github.com:preservim/nerdtree
+git@github.com:tpope/vim-fugitive
'
ht='test -d doc && vim -c "helptags doc" -c "q"'