this repo has no description

added config alias in zshrc

+17
+17
.zshrc
··· 102 102 103 103 eval "$(starship init zsh)" 104 104 alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' 105 + 106 + 107 + export NVM_DIR="$HOME/.nvm" 108 + [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm 109 + [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion 110 + 111 + PATH=/home/biscuitech/.surrealdb:$PATH 105 112 export COLORTERM=truecolor 113 + export PATH=~/bin:$PATH 114 + 115 + #alias cargo-update="cargo install $(cargo install --list | egrep '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')" 116 + 117 + export GDK_BACKEND=x11 118 + 119 + export SSH_AUTH_SOCK=~/.1password/agent.sock 120 + 121 + export FLYCTL_INSTALL="/home/biscuitech/.fly" 122 + export PATH="$FLYCTL_INSTALL/bin:$PATH"