diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-07-25 16:42:39 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-07-25 16:42:39 +0200 |
| commit | 8f67428c2bf697acd66b93f93ae5f9c134077229 (patch) | |
| tree | 540c40209707a87bef2a005be9b635dfae079394 | |
| parent | 7375c95bc7bc3f67ed55794cdbf3b05c6587d4c4 (diff) | |
update
| -rw-r--r-- | .bashrc | 3 | ||||
| -rwxr-xr-x | .vim/pack/mvertes/install.sh | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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"' |
