Compare commits
No commits in common. "a871d2d41010f523cf45a956b82cb36247763a0b" and "b04ade33402ae0c6335dbaef1e6c4d0a1fa1681f" have entirely different histories.
a871d2d410
...
b04ade3340
1 changed files with 0 additions and 14 deletions
14
zshrc/.zshrc
14
zshrc/.zshrc
|
@ -27,22 +27,8 @@ export PATH=$PATH:$TOOLS_DIR/qt_install/bin
|
|||
alias cdcode="cd $CODE_DIR"
|
||||
alias cdwtools="cd $WTOOLS_DIR"
|
||||
alias cdproj="cd $PROJ_DIR"
|
||||
alias cdmarine="cd $PROJ_DIR/eu/marinerg"
|
||||
|
||||
# Git
|
||||
alias gpo="git push origin"
|
||||
alias gcb="git checkout branch"
|
||||
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
||||
|
||||
# >>> mamba initialize >>>
|
||||
# !! Contents within this block are managed by 'mamba shell init' !!
|
||||
export MAMBA_EXE='/opt/homebrew/bin/mamba';
|
||||
export MAMBA_ROOT_PREFIX='/Users/jgrogan/mamba';
|
||||
__mamba_setup="$("$MAMBA_EXE" shell hook --shell zsh --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)"
|
||||
if [ $? -eq 0 ]; then
|
||||
eval "$__mamba_setup"
|
||||
else
|
||||
alias mamba="$MAMBA_EXE" # Fallback on help from mamba activate
|
||||
fi
|
||||
unset __mamba_setup
|
||||
# <<< mamba initialize <<<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue