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

add devTools env and update path.zsh

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

3
.zsh/env.zsh Normal file
View file

@ -0,0 +1,3 @@
# Set Devs Tools
# [] = {flutter}
export devTools=""

View file

@ -1,2 +1,3 @@
# Flutter
export PATH="$PATH:$HOME/development/flutter/bin"
source $OTHER/env.zsh
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/development/flutterxd/bin"

3
.zshrc
View file

@ -1,5 +1,6 @@
export TERM="xterm-256color"
export OTHER=$HOME/.zsh
export OTHER=.zsh
export ZSH=$HOME/.oh-my-zsh
export ZSH_THEME="powerlevel9k/powerlevel9k"
source $OTHER/powerlevel_settings.sh
@ -25,4 +26,4 @@ if [ -d "$HOME/.zsh-custom" ]; then
fi
done
fi
autoload -Uz compinit && compinit -i
autoload -Uz compinit && compinit -i