mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: install Rancher Desktop
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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' !!
|
||||||
|
|||||||
Reference in New Issue
Block a user