tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
added config alias in zshrc
biscui.tech
2 years ago
396d5969
e70a6da0
+17
1 changed file
expand all
collapse all
unified
split
.zshrc
+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
105
+
106
106
+
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
105
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"