removed brew path and turned vsync on

This commit is contained in:
2024-08-24 09:02:25 +10:00
parent 872d952a06
commit af12bda541
2 changed files with 2 additions and 4 deletions

2
.zshrc
View File

@@ -55,8 +55,6 @@ _fzf_comprun() {
esac
}
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
export STARSHIP_CONFIG="$HOME/.config/starship/config.toml"
# Check that the function `starship_zle-keymap-select()` is defined.
# xref: https://github.com/starship/starship/issues/3418