chore: 2025-01-05 update

This commit is contained in:
Rekai Nyangadzayi Musuka 2025-01-05 11:56:42 -06:00
parent 73c3be994a
commit ce520bded1
3 changed files with 14 additions and 1 deletions

View File

@ -4,6 +4,10 @@ theme = "onedark"
color-modes = true
auto-save = true
bufferline = "multiple"
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "error"
[editor.indent-guides]
render = true

View File

@ -21,4 +21,7 @@ export PATH="$HOME/.yarn/bin:$PATH"
# Zigmod
export PATH="$HOME/.zigmod/bin:$PATH"
# Flutter
export PATH="/opt/flutter/bin:$PATH"
# Note: devkitPro handled by environment.d

6
.zshrc
View File

@ -118,3 +118,9 @@ source ~/.paodarc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
## [Completion]
## Completion scripts setup. Remove the following line to uninstall
[[ -f /home/paoda/.dart-cli-completion/zsh-config.zsh ]] && . /home/paoda/.dart-cli-completion/zsh-config.zsh || true
## [/Completion]