diff options
| author | Alessandro Miliucci <lifeisfoo@gmail.com> | 2024-05-16 22:13:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-16 22:13:36 +0200 |
| commit | a779d6563ffb2f0093b4b74c8d5ff0982fa3e930 (patch) | |
| tree | 10dbd8b4e820deca1163f8ebf8ec736e30e63587 /templates | |
| parent | fb91ca27a2d65b834e98a3986cfee73ad82ea412 (diff) | |
| download | zsh-a779d6563ffb2f0093b4b74c8d5ff0982fa3e930.tar.gz zsh-a779d6563ffb2f0093b4b74c8d5ff0982fa3e930.tar.bz2 zsh-a779d6563ffb2f0093b4b74c8d5ff0982fa3e930.zip | |
chore(template): propose add `.local/bin` to PATH (#12417)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/zshrc.zsh-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 7e1c7997c..a73d60799 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH +# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH=$HOME/.oh-my-zsh |
