mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 08:16:51 +00:00
import flutter path
This commit is contained in:
parent
01bb6feebf
commit
817aac7336
2 changed files with 3 additions and 1 deletions
2
.zsh/path.zsh
Normal file
2
.zsh/path.zsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Flutter
|
||||
export PATH="$PATH:$HOME/development/flutter/bin"
|
2
.zshrc
2
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue