mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
no magic for omz
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user