Updated nvim config and added go installs to path
This commit is contained in:
Submodule .config/nvim updated: 585d8eb7a1...ad5c3a6579
3
.zshrc
3
.zshrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user