no magic for omz

This commit is contained in:
d0zingcat
2022-06-07 14:54:53 +08:00
parent ed4a25798c
commit 3ac5002ba7

3
.zshrc
View File

@@ -8,6 +8,7 @@ export PATH="$CARGO_PATH/bin:$GOPATH/bin:$PYENV_ROOT/shims:$PATH"
export PATH="$HOME/.local/bin:${HOME}/.krew/bin:$PATH"
DISABLE_MAGIC_FUNCTIONS=true
source $HOME/.antigen/antigen.zsh
antigen use oh-my-zsh
@@ -174,6 +175,6 @@ compdef __start_kubectl k
# work
remote_debank="aws-optimus-2:/home/tangli/DeBankCore"
rsync_exclude="$local_debank/rsync_exclude.txt"
local_debank="$HOME/Documents/work/employment/debank/DeBankCore"
rsync_exclude="$local_debank/rsync_exclude.txt"
alias rsyncDebankCore="rsync -r -h -v --exclude-from=$rsync_exclude --exclude=/venv --exclude=/.vscode --exclude=/.git $local_debank/ $remote_debank"