mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02:53 +02:00
update
This commit is contained in:
parent
00ab7446bb
commit
2df7e6eef3
1 changed files with 7 additions and 2 deletions
|
@ -29,8 +29,8 @@ if command -v micromamba >/dev/null
|
|||
$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
|
||||
alias conda=micromamba
|
||||
alias mamba=micromamba
|
||||
alias ma="micromamba env activate"
|
||||
alias mda="micromamba env activate base"
|
||||
alias ma="micromamba activate"
|
||||
alias mda="micromamba activate base"
|
||||
alias mel="micromamba env list"
|
||||
end
|
||||
|
||||
|
@ -38,3 +38,8 @@ end
|
|||
if command -v fnm >/dev/null
|
||||
fnm env --use-on-cd --shell fish | source
|
||||
end
|
||||
|
||||
# kubectl
|
||||
if command -v kubectl >/dev/null
|
||||
alias k=kubectl
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue