From 3ebf5e8ce76b8c33351edb3bb23dc0cc3646df8a Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 31 Dec 2022 10:46:05 +0100 Subject: [PATCH] chore: install Rancher Desktop --- fish/config.fish | 4 ++++ zsh/zshrc | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index ed7c4ca..40a1546 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -10,6 +10,10 @@ source /usr/local/opt/asdf/libexec/asdf.fish # Neovim as default editor set -U EDITOR nvim +### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT) +set --export --prepend PATH "/Users/kogakure/.rd/bin" +### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT) + # *** *** Aliases *** *** # Fish diff --git a/zsh/zshrc b/zsh/zshrc index d8cf5d8..18c6cc0 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -56,6 +56,10 @@ export PATH=$HOME/.tmux/plugins/t-smart-tmux-session-manager/bin:$PATH # BasicTex export PATH="/Library/TeX/texbin:$PATH" +### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT) +export PATH="/Users/kogakure/.rd/bin:$PATH" +### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT) + # Conda # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !!