diff options
Diffstat (limited to '.oh-my-zsh/custom/custom.zsh')
| -rw-r--r-- | .oh-my-zsh/custom/custom.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.oh-my-zsh/custom/custom.zsh b/.oh-my-zsh/custom/custom.zsh index 71b24d0..8531511 100644 --- a/.oh-my-zsh/custom/custom.zsh +++ b/.oh-my-zsh/custom/custom.zsh @@ -1,2 +1,2 @@ -export PATH=%PATH:~/.local/bin +export PATH=$PATH:~/.local/bin source ~/.zsh_aliases |
