1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00

import flutter path

This commit is contained in:
mlunax 2020-01-25 01:27:10 +01:00
parent 01bb6feebf
commit 817aac7336
No known key found for this signature in database
GPG key ID: 364432466E2171B9
2 changed files with 3 additions and 1 deletions

2
.zsh/path.zsh Normal file
View file

@ -0,0 +1,2 @@
# Flutter
export PATH="$PATH:$HOME/development/flutter/bin"

2
.zshrc
View file

@ -12,7 +12,7 @@ plugins=(git docker)
export EDITOR=nano export EDITOR=nano
export JAVA_HOME= export JAVA_HOME=
for f in $OTHER/*; do for f in $OTHER/*.zsh; do
if [ -f $f ]; then if [ -f $f ]; then
source $f source $f
fi fi