chore: install Rancher Desktop

This commit is contained in:
Stefan Imhoff
2022-12-31 10:46:05 +01:00
parent 00bd382c7c
commit 3ebf5e8ce7
2 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ source /usr/local/opt/asdf/libexec/asdf.fish
# Neovim as default editor # Neovim as default editor
set -U EDITOR nvim 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 *** *** # *** *** Aliases *** ***
# Fish # Fish

View File

@@ -56,6 +56,10 @@ export PATH=$HOME/.tmux/plugins/t-smart-tmux-session-manager/bin:$PATH
# BasicTex # BasicTex
export PATH="/Library/TeX/texbin:$PATH" 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
# >>> conda initialize >>> # >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !! # !! Contents within this block are managed by 'conda init' !!