chore: update dotfiles
This commit is contained in:
parent
6d3af676eb
commit
b12b9b4812
|
@ -1 +1,7 @@
|
|||
theme = "onedark"
|
||||
|
||||
[editor]
|
||||
color-modes = true
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
10
.zshenv
10
.zshenv
|
@ -1,9 +1,9 @@
|
|||
# DenoJS
|
||||
export DENO_INSTALL="/home/paoda/.deno"
|
||||
export DENO_INSTALL="$HOME/.deno"
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
|
||||
# Set Default Editor
|
||||
export EDITOR="/home/paoda/.cargo/bin/hx"
|
||||
export EDITOR="$HOME/.cargo/bin/hx"
|
||||
|
||||
# Add ~/.local/bin to PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
@ -11,12 +11,12 @@ export PATH="$HOME/.local/bin:$PATH"
|
|||
# zigup
|
||||
export PATH="/opt/zigup/bin:$PATH"
|
||||
|
||||
# Rust
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
# Zig language Server
|
||||
export PATH="/opt/zls/bin:$PATH"
|
||||
|
||||
# Rust
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
# Yarn Global
|
||||
export PATH="$HOME/.yarn/bin:$PATH"
|
||||
|
||||
|
|
Loading…
Reference in New Issue