From 350fca00ef129c783d48b8cc13fb8c3f3886431d Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 10 Dec 2023 09:40:36 -0600 Subject: [PATCH] Added dcrestart for updating docker services --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index b03d14b..a898465 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -74,6 +74,9 @@ complete -d cd export GOPATH=$HOME/gopath export PATH=$GOPATH:$GOPATH/bin:$PATH +#add cargo stuff +export PATH=$PATH:/home/jon/.cargo/bin/ + # use vimx if available (for clipboard support) if [ -f "/usr/bin/vimx" ]; then export EDITOR=/usr/bin/vimx