aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash/.bashrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 3d9ec19..4ea5664 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -103,13 +103,16 @@ fi
103if [ -d /usr/local/go/bin ]; then 103if [ -d /usr/local/go/bin ]; then
104 PATH=$PATH:/usr/local/go/bin 104 PATH=$PATH:/usr/local/go/bin
105fi 105fi
106if [ -d $HOME/go/bin ]; then
107 PATH=$PATH:$HOME/go/bin
108fi
106 109
107####### 110#######
108 111
109# Docker/Podman 112# Docker/Podman/OrbStack
110 113
111DOCKER_PATH=`which docker 2> /dev/null` 114DOCKER_PATH=`which docker 2> /dev/null`
112PODMAN_PATH=`which podman 2> /dev/null` 115#PODMAN_PATH=`which podman 2> /dev/null`
113#echo $PODMAN_PATH 116#echo $PODMAN_PATH
114#if [ -n "$PODMAN_PATH" ]; then 117#if [ -n "$PODMAN_PATH" ]; then
115# source <(podman completion bash) 118# source <(podman completion bash)