diff --git a/main.zsh b/main.zsh index 59663a1..d177743 100644 --- a/main.zsh +++ b/main.zsh @@ -69,6 +69,9 @@ HISTSIZE=100000 SAVEHIST=100000 HISTFILE=~/.zsh_history +# PATH +export PATH=${PATH}:~/bin + # Enable comments in interactive shell setopt interactivecomments