this repo has no description

small changes

+3 -2
-1
helix/.config/helix/config.toml
··· 5 5 line-number = "relative" 6 6 scroll-lines = 1 7 7 # auto-pairs = false 8 - rulers = [80, 120] 9 8 mouse = true 10 9 auto-format = true 11 10 bufferline="multiple"
+3 -1
zshrc/.zshrc
··· 108 108 export COLORTERM=truecolor 109 109 export PATH=~/bin:$PATH 110 110 111 - alias cargo-update="cargo install $(cargo install --list | egrep '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')" 111 + #alias cargo-update="cargo install $(cargo install --list | egrep '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')" 112 + 113 + export GDK_BACKEND=x11