this repo has no description

basic zshrc support

+2 -21
+2 -21
.zshrc
··· 1 1 # If you come from bash you might have to change your $PATH. 2 - # export PATH=$HOME/bin:/usr/local/bin:$PATH 2 + export PATH=$HOME/bin:/home/biscuitech/.local/bin:/usr/local/bin:$PATH 3 3 4 4 # Path to your oh-my-zsh installation. 5 5 export ZSH="$HOME/.oh-my-zsh" ··· 101 101 # alias ohmyzsh="mate ~/.oh-my-zsh" 102 102 103 103 eval "$(starship init zsh)" 104 - alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' 105 - git config --global alias.wip 'git reset HEAD~1; git add .;git commit -m "wip";' 106 104 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 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" 123 - 124 - eval "$(zoxide init zsh)" 105 + alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'