File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed
Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,3 @@ export NVM_DIR="$HOME/.nvm"
4040if [ ! -t 0 ]; then
4141 exec 1>&3 2>&4 3>& - 4>& -
4242fi
43-
44- # ## MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
45- export PATH=" /Users/ik/.rd/bin:$PATH "
46- # ## MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
Original file line number Diff line number Diff line change @@ -15,7 +15,3 @@ if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
1515export PATH=" $PATH :$HOME /.rvm/bin:$( go env GOPATH) /bin"
1616# shellcheck source=/dev/null
1717[[ -s " $HOME /.rvm/scripts/rvm" ]] && source " $HOME /.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
18-
19- # ## MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
20- export PATH=" /Users/ik/.rd/bin:$PATH "
21- # ## MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
Original file line number Diff line number Diff line change 2121
2222clear # clear the terminal in initialization from any initialization prints
2323
24- # ## MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
25- export PATH=" /Users/ik/.rd/bin:$PATH "
26- # ## MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
2724
2825[[ -s " /Users/ik/.gvm/scripts/gvm" ]] && source " /Users/ik/.gvm/scripts/gvm"
You can’t perform that action at this time.
0 commit comments