diff --git a/.zsh/path.zsh b/.zsh/path.zsh new file mode 100644 index 0000000..1a3a8ea --- /dev/null +++ b/.zsh/path.zsh @@ -0,0 +1,2 @@ +# Flutter +export PATH="$PATH:$HOME/development/flutter/bin" diff --git a/.zshrc b/.zshrc index 284294f..eb449fd 100644 --- a/.zshrc +++ b/.zshrc @@ -12,7 +12,7 @@ plugins=(git docker) export EDITOR=nano export JAVA_HOME= -for f in $OTHER/*; do +for f in $OTHER/*.zsh; do if [ -f $f ]; then source $f fi