diff options
| author | Christian Cleberg <[email protected]> | 2026-02-09 12:32:37 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-09 12:32:37 -0600 |
| commit | b5aac005662828e269d8307dc326760022ea4dfb (patch) | |
| tree | d3dd96f5037d10bb895b8ac2199b297393d7e8a1 | |
| parent | e37930fe3ee22fa92ff503d65fac0853006495f9 (diff) | |
| download | dotfiles-b5aac005662828e269d8307dc326760022ea4dfb.tar.gz dotfiles-b5aac005662828e269d8307dc326760022ea4dfb.tar.bz2 dotfiles-b5aac005662828e269d8307dc326760022ea4dfb.zip | |
fix path
| -rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ fi export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH" export PATH="$HOME/.local/xonsh-env/xbin:$PATH" -export PATH="$BRE_PREFIX:$PATH" +export PATH="$BREW_PREFIX:$PATH" export GPG_TTY=$(tty) # borgbackup |
