miscellaneous changes
This commit is contained in:
23
zsh/.zshrc
23
zsh/.zshrc
@@ -29,9 +29,14 @@ fi
|
||||
|
||||
alias pls='sudo'
|
||||
alias sshdev='ssh jacob@192.168.10.70'
|
||||
alias sshdevdesktop='ssh jacob@192.168.10.165'
|
||||
alias cddf='cd $HOME/.dotfiles'
|
||||
alias nvdf='nvim $HOME/.dotfiles/README.md'
|
||||
alias cdjb='cd $HOME/src/github.com/jbohanon'
|
||||
|
||||
if [[ $(uname) == Linux ]]; then
|
||||
alias pbcopy='xsel --clipboard --input'
|
||||
alias pbpaste='xsel --clipboard --output'
|
||||
fi
|
||||
|
||||
alias cls='clear'
|
||||
export PATH="/opt/homebrew/opt/protobuf@3.6/bin:$PATH"
|
||||
@@ -48,3 +53,19 @@ unset conf
|
||||
export STARSHIP_CONFIG=~/.config/zsh/starship.toml
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
__conda_setup="$('/usr/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||
if [ $? -eq 0 ]; then
|
||||
eval "$__conda_setup"
|
||||
else
|
||||
if [ -f "/usr/etc/profile.d/conda.sh" ]; then
|
||||
. "/usr/etc/profile.d/conda.sh"
|
||||
else
|
||||
export PATH="/usr/bin:$PATH"
|
||||
fi
|
||||
fi
|
||||
unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user