From b12b9b4812d10c637c2cfcbb9a1f4b286e8c7f27 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Thu, 8 Sep 2022 19:35:40 -0300 Subject: [PATCH] chore: update dotfiles --- .config/helix/config.toml | 6 ++++++ .zshenv | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 18e93ce..8a01328 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -1 +1,7 @@ theme = "onedark" + +[editor] +color-modes = true + +[editor.indent-guides] +render = true \ No newline at end of file diff --git a/.zshenv b/.zshenv index b21947e..8ef917f 100644 --- a/.zshenv +++ b/.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"