Updated nvim config and added go installs to path

This commit is contained in:
2025-02-03 00:50:06 +11:00
parent b4ce22b3d3
commit 63fa4b8069
2 changed files with 4 additions and 1 deletions

3
.zshrc
View File

@@ -65,5 +65,8 @@ export STARSHIP_CONFIG="$HOME/.config/starship/config.toml"
type starship_zle-keymap-select >/dev/null || { type starship_zle-keymap-select >/dev/null || {
eval "$(starship init zsh)" eval "$(starship init zsh)"
} }
# My custom scripts
export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/.local/bin"
# Compiled go binaries
export PATH="$PATH:$HOME/go/bin"
neofetch neofetch