tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
basic zshrc support
biscui.tech
2 years ago
b238d829
37e99cb9
+2
-21
1 changed file
expand all
collapse all
unified
split
.zshrc
+2
-21
.zshrc
···
1
1
# If you come from bash you might have to change your $PATH.
2
2
-
# export PATH=$HOME/bin:/usr/local/bin:$PATH
2
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
104
-
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
105
105
-
git config --global alias.wip 'git reset HEAD~1; git add .;git commit -m "wip";'
106
104
107
107
-
export NVM_DIR="$HOME/.nvm"
108
108
-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
109
109
-
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
110
110
-
111
111
-
PATH=/home/biscuitech/.surrealdb:$PATH
112
112
-
export COLORTERM=truecolor
113
113
-
export PATH=~/bin:$PATH
114
114
-
115
115
-
#alias cargo-update="cargo install $(cargo install --list | egrep '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')"
116
116
-
117
117
-
export GDK_BACKEND=x11
118
118
-
119
119
-
export SSH_AUTH_SOCK=~/.1password/agent.sock
120
120
-
121
121
-
export FLYCTL_INSTALL="/home/biscuitech/.fly"
122
122
-
export PATH="$FLYCTL_INSTALL/bin:$PATH"
123
123
-
124
124
-
eval "$(zoxide init zsh)"
105
105
+
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'