tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
updated wsl setup
biscui.tech
2 years ago
322c2f4d
8c9746dc
+2
2 changed files
expand all
collapse all
unified
split
.profile
.zshrc
+1
.profile
···
28
28
. "$HOME/.cargo/env"
29
29
30
30
alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
31
31
+
export HELIX_RUNTIME=~/source/helix/runtime
+1
.zshrc
···
100
100
# alias zshconfig="mate ~/.zshrc"
101
101
# alias ohmyzsh="mate ~/.oh-my-zsh"
102
102
103
103
+
export COLORTERM=truecolor
103
104
source ~/.profile
104
105