From 817aac7336ef240251040f72cd9e3bcac8c61307 Mon Sep 17 00:00:00 2001 From: mlunax Date: Sat, 25 Jan 2020 01:27:10 +0100 Subject: [PATCH] import flutter path --- .zsh/path.zsh | 2 ++ .zshrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .zsh/path.zsh 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