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:
parent
817aac7336
commit
c82d6264c2
3 changed files with 7 additions and 2 deletions
3
.zsh/env.zsh
Normal file
3
.zsh/env.zsh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Set Devs Tools
|
||||||
|
# [] = {flutter}
|
||||||
|
export devTools=""
|
|
@ -1,2 +1,3 @@
|
||||||
# Flutter
|
# 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
3
.zshrc
|
@ -1,5 +1,6 @@
|
||||||
export TERM="xterm-256color"
|
export TERM="xterm-256color"
|
||||||
export OTHER=$HOME/.zsh
|
export OTHER=$HOME/.zsh
|
||||||
|
export OTHER=.zsh
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
export ZSH_THEME="powerlevel9k/powerlevel9k"
|
export ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||||
source $OTHER/powerlevel_settings.sh
|
source $OTHER/powerlevel_settings.sh
|
||||||
|
@ -25,4 +26,4 @@ if [ -d "$HOME/.zsh-custom" ]; then
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
autoload -Uz compinit && compinit -i
|
autoload -Uz compinit && compinit -i
|
||||||
|
|
Loading…
Add table
Reference in a new issue